diff options
Diffstat (limited to 'systemd/pacman-offline-prepare.service')
-rw-r--r-- | systemd/pacman-offline-prepare.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/systemd/pacman-offline-prepare.service b/systemd/pacman-offline-prepare.service new file mode 100644 index 0000000..59cc76f --- /dev/null +++ b/systemd/pacman-offline-prepare.service @@ -0,0 +1,10 @@ +[Unit] +Description=Prepare pacman offline system-update + +[Service] +Type=oneshot +ExecStart=/usr/bin/pacman-offline -y +ProtectSystem=on +ProtectHome=on +PrivateDevices=on +NoNewPrivileges=on |