mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
14 lines
289 B
Desktop File
Executable file
14 lines
289 B
Desktop File
Executable file
[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
|