engine: resources: cron: Add a systemd-timer resource

This commit is contained in:
Jonathan Gold
2018-12-13 05:56:47 -05:00
parent a49d07cf01
commit 27df3ae876
3 changed files with 576 additions and 0 deletions

View 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