chiark / gitweb /
units: drop After=sysinit.service line in local-fs.target which should be reversed...
[elogind.git] / test1 / exec-demo.service
1 [Meta]
2 Description=Simple Execution Demo
3
4 [Service]
5 ExecStartPre=/bin/ps -eo pid,uid,args,cgroup
6 ExecStartPre=/bin/cat /etc/hosts
7 ExecStart=/bin/bash -c '/bin/sleep 5 &'
8 Type=forking
9 Output=syslog