chiark / gitweb /
man: fix typo in sd_notify
[elogind.git] / test1 / exec-demo.service
index ea40b1fecf028961a9636a3b757791d85d7ec3eb..5802e376979c11289e30755414308c83fe5a19a4 100644 (file)
@@ -2,4 +2,8 @@
 Description=Simple Execution Demo
 
 [Service]
-ExecStart=/bin/ls
+ExecStartPre=/bin/ps -eo pid,uid,args,cgroup
+ExecStartPre=/bin/cat /etc/hosts
+ExecStart=/bin/bash -c '/bin/sleep 5 &'
+Type=forking
+Output=syslog