Created
November 18, 2015 09:38
-
-
Save polamjag/0d9f0a2e4f424168718e to your computer and use it in GitHub Desktop.
~/.config/systemd/user/shairplay.service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Shairplay daemon | |
Requires=pulseaudio.service | |
Wants=avahi-daemon.service | |
After=avahi-daemon.service | |
[Service] | |
Type=simple | |
ExecStart=/usr/bin/shairplay -a %H | |
Restart=always |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment