14 lines
299 B
SYSTEMD
14 lines
299 B
SYSTEMD
[Unit]
|
|
Description=APT-OSTree Automatic Update Trigger
|
|
Documentation=man:apt-ostree(1) man:apt-ostreed.conf(5)
|
|
ConditionPathExists=/run/ostree-booted
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Timer]
|
|
OnBootSec=1h
|
|
OnUnitInactiveSec=1d
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|