Files
mgmt/examples/purpleidea-oneshot.service
2018-12-15 10:47:35 -05:00

10 lines
142 B
Desktop File

[Unit]
Description=Fake oneshot service for testing
[Service]
Type=oneshot
ExecStart=/usr/bin/sleep 5s
[Install]
WantedBy=multi-user.target