1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-04 13:51:24 +03:00
systemd/test1/exec-demo.service

10 lines
197 B
SYSTEMD
Raw Normal View History

2010-01-27 08:21:25 +03:00
[Meta]
Description=Simple Execution Demo
[Service]
2010-03-31 18:29:55 +04:00
ExecStartPre=/bin/ps -eo pid,uid,args,cgroup
ExecStartPre=/bin/cat /etc/hosts
ExecStart=/bin/bash -c '/bin/sleep 5 &'
Type=forking
2010-01-28 04:06:20 +03:00
Output=syslog