This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-home
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
xsession management
timer
Markus Katharina Brechtel
3 years ago
parent
ccc1ff8e03
commit
9861a0f6cc
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/i3/i3wm.service.j2
+1
-1
templates/vnc/vncserver.service.j2
+ 1
- 1
templates/i3/i3wm.service.j2
View File
@@ -3,9 +3,9 @@ Description=i3 Window Manager
PartOf=graphical-session.target
[Service]
Type=exec
ExecStart=i3
ExecStopPost=/bin/systemctl --user stop graphical-session.target
Restart=on-failure
[Install]
RequiredBy=xsession.target
+ 1
- 1
templates/vnc/vncserver.service.j2
View File
@@ -20,7 +20,7 @@ After=syslog.target network.target
[Service]
Type=forking
ExecStart=/usr/bin/vncserver %i
ExecStart=/usr/bin/vncserver
-autokill
%i
ExecStop=/usr/bin/vncserver -kill %i
[Install]