diff options
Diffstat (limited to 'test1/exec-demo.service')
-rw-r--r-- | test1/exec-demo.service | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test1/exec-demo.service b/test1/exec-demo.service deleted file mode 100644 index 5802e37697..0000000000 --- a/test1/exec-demo.service +++ /dev/null @@ -1,9 +0,0 @@ -[Meta] -Description=Simple Execution Demo - -[Service] -ExecStartPre=/bin/ps -eo pid,uid,args,cgroup -ExecStartPre=/bin/cat /etc/hosts -ExecStart=/bin/bash -c '/bin/sleep 5 &' -Type=forking -Output=syslog |