[arch-commits] Commit in shairport-sync/trunk (shairport-sync.service)
Anatol Pomozov
anatolik at archlinux.org
Thu Apr 2 18:47:41 UTC 2015
Date: Thursday, April 2, 2015 @ 20:47:40
Author: anatolik
Revision: 130550
shairport-sync: add missing systemd service file
Added:
shairport-sync/trunk/shairport-sync.service
------------------------+
shairport-sync.service | 13 +++++++++++++
1 file changed, 13 insertions(+)
Added: shairport-sync.service
===================================================================
--- shairport-sync.service (rev 0)
+++ shairport-sync.service 2015-04-02 18:47:40 UTC (rev 130550)
@@ -0,0 +1,13 @@
+[Unit]
+Description=ShairportSync AirTunes receiver
+After=sound.target
+Requires=avahi-daemon.service
+After=avahi-daemon.service
+
+[Service]
+EnvironmentFile=/etc/conf.d/shairport-sync
+ExecStart=/usr/bin/shairport-sync
+Restart=always
+
+[Install]
+WantedBy=multi-user.target
More information about the arch-commits
mailing list