12 lines
135 B
SYSTEMD
12 lines
135 B
SYSTEMD
[Unit]
|
|
Description=Frib Autoupdate Timer
|
|
|
|
|
|
[Timer]
|
|
OnBootSec=5m
|
|
OnUnitActiveSec=30m
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|
|
|