mirror of
https://github.com/brian8544/turtle-wow.git
synced 2025-01-05 22:34:35 +00:00
9 lines
135 B
SYSTEMD
9 lines
135 B
SYSTEMD
|
[Unit]
|
||
|
Description=Runs DB Backup daily
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=*-*-* 05:00:00
|
||
|
Unit=backup_db.service
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|