mirror of
https://github.com/brian8544/turtle-wow.git
synced 2024-12-29 02:44:34 +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 |