mirror of
https://github.com/brian8544/turtle-wow.git
synced 2024-12-31 20:04:35 +00:00
9 lines
136 B
SYSTEMD
9 lines
136 B
SYSTEMD
|
[Unit]
|
||
|
Description=Restarts backend daily
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=00/6:00
|
||
|
Unit=restart_backend.service
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|