APT: Add DPKG option to keep existing conf file

This commit is contained in:
2026-09-05 10:04:16 +02:00
parent 1a6f82d535
commit 1583533a66
@@ -4,4 +4,4 @@ Description=Run APT to upgrade packages
[Service]
Type=oneshot
ExecStartPre=/usr/bin/apt-get update
ExecStart=/usr/bin/apt-get upgrade -y
ExecStart=/usr/bin/apt-get upgrade -y -o Dpkg::Options::="--force-confold"