Skip to content

Instantly share code, notes, and snippets.

@gnue
Created August 27, 2017 01:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gnue/ba0e9e6e52eac2d324d73dacefb0b6cf to your computer and use it in GitHub Desktop.
Save gnue/ba0e9e6e52eac2d324d73dacefb0b6cf to your computer and use it in GitHub Desktop.
avahi-alias service for systemd
# https://github.com/airtonix/avahi-aliases
[Unit]
Description=Avahi Aliases
Requires=avahi-daemon.service
[Service]
Type=simple
ExecStart=/usr/local/bin/avahi-alias start
ExecStop=/usr/local/bin/avahi-alias stop
ExecReload=/usr/local/bin/avahi-alias restart
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment