summaryrefslogtreecommitdiff
path: root/test1/exec-demo.service
blob: 5802e376979c11289e30755414308c83fe5a19a4 (plain)
1
2
3
4
5
6
7
8
9
[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