12 lines
170 B
SYSTEMD
12 lines
170 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run every hour to remind the user about the time passing by
|
||
|
|
||
|
[Timer]
|
||
|
OnBootSec=1min
|
||
|
OnCalendar=*:00
|
||
|
Persistent=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|
||
|
|