mirror of
https://github.com/LX3JL/xlxd.git
synced 2025-12-06 07:42:01 +01:00
10 lines
175 B
SYSTEMD
10 lines
175 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Run xlx api call every day (if nobody opens the dashboard)
|
||
|
|
|
||
|
|
[Timer]
|
||
|
|
OnCalendar=*-*-* 1:0:0
|
||
|
|
Unit=xlxapi-update.service
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|