diff options
-rw-r--r-- | systemd/pacman-offline-prepare.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/pacman-offline-prepare.service b/systemd/pacman-offline-prepare.service index 3df9685..0e12383 100644 --- a/systemd/pacman-offline-prepare.service +++ b/systemd/pacman-offline-prepare.service @@ -5,7 +5,7 @@ ConditionPathExists=!/var/lib/pacman/db.lck [Service] Type=oneshot ExecStart=/usr/bin/pacman-offline -y -ExecStopPost=/usr/bin/rm -f /var/lib/pacman/db.lck +KillSignal=SIGINT ProtectSystem=on ProtectHome=on PrivateDevices=on |