diff options
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/pacredir.service | 2 | ||||
-rw-r--r-- | systemd/sysusers.conf | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/systemd/pacredir.service b/systemd/pacredir.service index 555ab49..7184730 100644 --- a/systemd/pacredir.service +++ b/systemd/pacredir.service @@ -15,7 +15,7 @@ Documentation=https://github.com/eworm-de/pacredir#pacredir Type=notify ExecStart=/usr/bin/pacredir ExecReload=/usr/bin/kill -HUP $MAINPID -DynamicUser=on +User=pacredir ProtectSystem=full ProtectHome=on PrivateDevices=on diff --git a/systemd/sysusers.conf b/systemd/sysusers.conf new file mode 100644 index 0000000..cd2e81c --- /dev/null +++ b/systemd/sysusers.conf @@ -0,0 +1 @@ +u pacredir - "redirect pacman requests" |