FreedomBox/plinth/modules/upgrades/data/usr/lib/systemd/system/freedombox-manual-upgrade.service
Sunil Mohan Adapa 22a58db896
upgrades: Add documentation link upgrades service file
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2022-11-05 07:20:13 -04:00

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