engine: resources: cron: Add a systemd-timer resource
This commit is contained in:
9
examples/purpleidea-oneshot.service
Normal file
9
examples/purpleidea-oneshot.service
Normal file
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Fake oneshot service for testing
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/sleep 5s
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user