mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
- Do not enable/start service during package install/upgrade - Configure needrestart to skip restarting service Closes: #1638. Signed-off-by: James Valleroy <jvalleroy@mailbox.org> [sunil: Provide proper regex string in needrestart configuration with qr()] Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
9 lines
146 B
Desktop File
9 lines
146 B
Desktop File
[Unit]
|
|
Description=Run unattended-upgrade once
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=unattended-upgrade --verbose
|
|
KillMode=process
|
|
TimeoutStopSec=900
|