10 lines
136 B
SYSTEMD
10 lines
136 B
SYSTEMD
[Unit]
|
|
Description=Run Backup Bedrock Minecraft every hour
|
|
|
|
[Timer]
|
|
OnCalendar=hourly
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|