ratpoison: hack. start before xbmc. on fail restart forever.

This commit is contained in:
Stefan Saraev 2013-10-09 19:49:10 +03:00
parent 93b9d8f66f
commit acf62a6bcd

View File

@ -2,6 +2,7 @@
Description=Ratpoison Window Manager Description=Ratpoison Window Manager
Requires=xorg.service Requires=xorg.service
After=xorg.service After=xorg.service
Before=xbmc.service
[Service] [Service]
Environment=DISPLAY=:0 Environment=DISPLAY=:0
@ -9,6 +10,7 @@ ExecStart=/usr/bin/ratpoison --file /etc/ratpoisonrc
KillMode=process KillMode=process
Restart=always Restart=always
RestartSec=1 RestartSec=1
StartLimitInterval=0
[Install] [Install]
WantedBy=graphical.target WantedBy=graphical.target