2010-01-27 12:21:25 +07:00
|
|
|
[Meta]
|
|
|
|
Description=Simple Execution Demo
|
|
|
|
|
|
|
|
[Service]
|
2010-03-31 21:29:55 +07:00
|
|
|
ExecStartPre=/bin/ps -eo pid,uid,args,cgroup
|
|
|
|
ExecStartPre=/bin/cat /etc/hosts
|
|
|
|
ExecStart=/bin/bash -c '/bin/sleep 5 &'
|
|
|
|
Type=forking
|
2010-01-28 08:06:20 +07:00
|
|
|
Output=syslog
|