mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
11 lines
261 B
Desktop File
11 lines
261 B
Desktop File
[Unit]
|
|
Description=Run unattended-upgrade once
|
|
Documentation=https://wiki.debian.org/FreedomBox/Manual/Upgrades
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStartPre=-apt-get update --assume-yes --quiet
|
|
ExecStart=unattended-upgrade --verbose
|
|
KillMode=process
|
|
TimeoutStopSec=900
|