mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-22 10:01:45 +00:00
Test: - Run manual update. `journalctl -u freedombox-manual-upgrade` shows that apt cache was updated. Closes: #1708. Signed-off-by: James Valleroy <jvalleroy@mailbox.org> [sunil: Split the update command into ExecStartPre= with return code ignored] Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
10 lines
196 B
Desktop File
10 lines
196 B
Desktop File
[Unit]
|
|
Description=Run unattended-upgrade once
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStartPre=-apt-get update --assume-yes --quiet
|
|
ExecStart=unattended-upgrade --verbose
|
|
KillMode=process
|
|
TimeoutStopSec=900
|