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

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