Skip to content

Instantly share code, notes, and snippets.

@polamjag
Created November 18, 2015 09:38
Show Gist options
  • Save polamjag/0d9f0a2e4f424168718e to your computer and use it in GitHub Desktop.
Save polamjag/0d9f0a2e4f424168718e to your computer and use it in GitHub Desktop.
~/.config/systemd/user/shairplay.service
[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