Add some demo units

This commit is contained in:
Vincent Ambo 2016-01-21 16:21:39 +01:00
parent f368f12a90
commit d2e97f4042
No known key found for this signature in database
GPG key ID: 66F505681DB8F43B
6 changed files with 66 additions and 0 deletions

6
demo/demo-timer.service Normal file
View file

@ -0,0 +1,6 @@
[Unit]
Description=Demo unit for systemd timers
[Service]
Type=oneshot
ExecStart=/usr/bin/echo "Systemd timer fired! Hello Hackeriet."