exec-demo.service revision 8e27452380193a5f81bfd08a59aab8b07008ba0b
[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