rootfs/etc/systemd/system/home-sync.timer hinzugefügt
This commit is contained in:
18
rootfs/etc/systemd/system/home-sync.timer
Normal file
18
rootfs/etc/systemd/system/home-sync.timer
Normal file
@@ -0,0 +1,18 @@
|
||||
[Unit]
|
||||
Description=Run home-sync 5 minutes after boot and daily
|
||||
|
||||
[Timer]
|
||||
# 5 Minuten nach jedem Boot
|
||||
OnBootSec=5min
|
||||
|
||||
# 1x täglich
|
||||
OnCalendar=daily
|
||||
|
||||
# Falls der Rechner zur geplanten Zeit aus war,
|
||||
# wird es beim nächsten Start nachgeholt
|
||||
Persistent=true
|
||||
|
||||
Unit=home-sync.service
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Reference in New Issue
Block a user