avahi: Add systemd init script
authorMaxime Hadjinlian <maxime.hadjinlian@gmail.com>
Sat, 3 May 2014 15:35:45 +0000 (17:35 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 3 May 2014 16:38:53 +0000 (18:38 +0200)
commitac6813f18404673a128724400fc3d16dbb67c490
tree1c38dfbd32fdd4e3bb2a3a935e58466c0b38e7d8
parentaffb6a38535382526333517e86ee5a31df0064fe
avahi: Add systemd init script

This consists of two files:
  - avahi-daemon.service:
    It start/stop the daemon avahi, it's a copy of the S50avahi-daemon
    script.
  - avahi_tmpfiles.conf:
    This one gets installed in /usr/lib/tmpfiles.d/ to be used by
    systemd-tmpfiles which will create the correct directory structure
    with the appropriate rights.
    This is the equivalent of the S05avahi-setup.sh script.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/avahi/avahi-daemon.service [new file with mode: 0644]
package/avahi/avahi.mk
package/avahi/avahi_tmpfiles.conf [new file with mode: 0644]