mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
15 lines
289 B
SYSTEMD
15 lines
289 B
SYSTEMD
|
[Unit]
|
||
|
Description=mt-daapd - multi-threaded DAAP server
|
||
|
ConditionPathExists=/etc/mt-daapd/mt-daapd.conf
|
||
|
Requires=network.target
|
||
|
Wants=avahi-daemon.service
|
||
|
After=avahi-daemon.service
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
ExecStart=/usr/sbin/mt-daapd
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|