chiark / gitweb /
dbus: export unit file state
[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