]> git.ipfire.org Git - people/ms/systemd.git/blame - test1/exec-demo.service
manager: fix GC algorithm
[people/ms/systemd.git] / test1 / exec-demo.service
CommitLineData
836698b9
LP
1[Meta]
2Description=Simple Execution Demo
3
4[Service]
8e274523
LP
5ExecStartPre=/bin/ps -eo pid,uid,args,cgroup
6ExecStartPre=/bin/cat /etc/hosts
7ExecStart=/bin/bash -c '/bin/sleep 5 &'
8Type=forking
071830ff 9Output=syslog