10 lines
149 B
SYSTEMD
10 lines
149 B
SYSTEMD
|
[Unit]
|
||
|
Description=Checks every 3 hours if there are event rewards to hand out.
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=0/3:00:00
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|