From 63ed79d0a0037b770f46d2adb1d43cbfc3678703 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 17 Aug 2013 20:42:47 +0200 Subject: [PATCH] ratpoison: rework systemd service file Signed-off-by: Stephan Raue --- packages/x11/other/ratpoison/system.d/ratpoison.service | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/x11/other/ratpoison/system.d/ratpoison.service b/packages/x11/other/ratpoison/system.d/ratpoison.service index d40e6c262c..0271e563ed 100644 --- a/packages/x11/other/ratpoison/system.d/ratpoison.service +++ b/packages/x11/other/ratpoison/system.d/ratpoison.service @@ -1,14 +1,14 @@ [Unit] Description=Ratpoison Window Manager -After=xorg.target -Requires=xorg.target graphical.target +Requires=xorg.service +After=xorg.service [Service] Environment=DISPLAY=:0 -# ExecStart=/bin/sh -c 'sleep 1; exec /usr/bin/ratpoison' ExecStart=/usr/bin/ratpoison --file /etc/ratpoisonrc KillMode=process Restart=always +RestartSec=1 [Install] WantedBy=graphical.target