mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-25 08:54:03 +00:00
13 lines
250 B
Desktop File
13 lines
250 B
Desktop File
[Unit]
|
|
Description=Music Player Daemon
|
|
After=network.target sound.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/firejail /usr/bin/mpd --no-daemon
|
|
|
|
# allow MPD to use real-time priority 50
|
|
LimitRTPRIO=50
|
|
LimitRTTIME=infinity
|
|
|
|
[Install]
|
|
WantedBy=default.target
|