23 lines
434 B
Desktop File
23 lines
434 B
Desktop File
[Unit]
|
|
Description=Music Player Daemon
|
|
Documentation=man:mpd(1) man:mpd.conf(5)
|
|
After=network.target sound.target
|
|
|
|
[Service]
|
|
Type=notify
|
|
ExecStart=/usr/bin/mpd --no-daemon
|
|
LimitRTPRIO=40
|
|
LimitRTTIME=infinity
|
|
LimitMEMLOCK=64M
|
|
|
|
ProtectSystem=yes
|
|
NoNewPrivileges=yes
|
|
ProtectKernelTunables=yes
|
|
ProtectControlGroups=yes
|
|
RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX AF_NETLINK
|
|
RestrictNamespaces=yes
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|