Run /usr/lib/time-sliderd directly from .service file
authorRalf Ertzinger <ralf@skytale.net>
Thu, 27 Feb 2014 19:48:58 +0000 (20:48 +0100)
committerRalf Ertzinger <ralf@skytale.net>
Thu, 27 Feb 2014 19:48:58 +0000 (20:48 +0100)
etc/systemd/system/time-sliderd.service

index fa307ab..acf26b4 100644 (file)
@@ -3,7 +3,7 @@ Description=Time slider daemon
 After=zfs.target
 
 [Service]
 After=zfs.target
 
 [Service]
-ExecStart=/usr/bin/python /usr/lib/time-sliderd --foreground
+ExecStart=/usr/lib/time-sliderd --foreground
 
 [Install]
 WantedBy=multi-user.target
 
 [Install]
 WantedBy=multi-user.target