Add some demo units
This commit is contained in:
parent
f368f12a90
commit
d2e97f4042
6 changed files with 66 additions and 0 deletions
6
demo/demo-timer.service
Normal file
6
demo/demo-timer.service
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[Unit]
|
||||
Description=Demo unit for systemd timers
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/echo "Systemd timer fired! Hello Hackeriet."
|
||||
Loading…
Add table
Add a link
Reference in a new issue