mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-11 16:20:29 +00:00
10 lines
197 B
Desktop File
10 lines
197 B
Desktop File
[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
|