mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
349 B
SYSTEMD
13 lines
349 B
SYSTEMD
|
[Unit]
|
||
|
Description=XMMS2 daemon
|
||
|
After=network.target remote-fs.target nss-lookup.target
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
EnvironmentFile=/etc/conf.d/xmms2d.conf
|
||
|
ExecStart=/bin/su -c '/usr/bin/xmms2-launcher $XMMS2_PARAMETERS &>/dev/null' - $XMMS2_USER
|
||
|
ExecStop=/bin/su -c '/usr/bin/xmms2 quit &>/dev/null' - $XMMS2_USER
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|