Commit 54d5d9d1 authored by Florian Schlichting's avatar Florian Schlichting Committed by Max Kellermann

systemd: protect /usr when running under systemd

parent 31d9aebf
......@@ -9,6 +9,9 @@ ExecStart=@prefix@/bin/mpd --no-daemon
LimitRTPRIO=50
LimitRTTIME=infinity
# disallow writing to /usr, /bin, /sbin, ...
ProtectSystem=yes
[Install]
WantedBy=multi-user.target
Also=mpd.socket
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment