1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-03-16 22:50:13 +03:00
systemd-stable/test1/exec-demo.service

10 lines
197 B
SYSTEMD
Raw Permalink Normal View History

2010-01-27 06:21:25 +01:00
[Meta]
Description=Simple Execution Demo
[Service]
2010-03-31 16:29:55 +02: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 02:06:20 +01:00
Output=syslog