mirror of
https://github.com/wolfydw/backup_OBS.git
synced 2026-05-08 06:37:02 +08:00
12 lines
178 B
SYSTEMD
12 lines
178 B
SYSTEMD
[Unit]
|
|
Description=Run backup_OBS updater periodically
|
|
|
|
[Timer]
|
|
OnBootSec=10m
|
|
OnUnitActiveSec=1h
|
|
Persistent=true
|
|
Unit=backup-obs-update.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|