aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/pacman-offline-prepare.service
blob: 0e12383f4129b36c703b3cfbbdd66a1ddc24e97e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Prepare pacman offline system-update
ConditionPathExists=!/var/lib/pacman/db.lck

[Service]
Type=oneshot
ExecStart=/usr/bin/pacman-offline -y
KillSignal=SIGINT
ProtectSystem=on
ProtectHome=on
PrivateDevices=on
NoNewPrivileges=on