7 lines
136 B
SYSTEMD
7 lines
136 B
SYSTEMD
|
[Unit]
|
||
|
Description=Demo unit for systemd timers
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/echo "Systemd timer fired! Hello Hackeriet."
|