/lib/systemd/system/mpd-sima.service is in mpd-sima 0.14.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | [Unit]
Description=MPD_sima autoqueue utility
After=network.target
[Service]
User=mpd-sima
Type=simple
EnvironmentFile=-/etc/default/mpd-sima
ExecStart=/usr/bin/mpd-sima --var_dir=/var/lib/mpd-sima/ --config=/etc/mpd-sima.cfg
#ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
#Restart=on-failure
[Install]
WantedBy=multi-user.target
|