tinc/systemd/Makefile.am
Guus Sliepen 0b6f84f96e Remove tinc.service, it is not necessary.
Thanks to Alexander Ried for pointing out that if you have
tinc@.service template, systemd will provide a default slice containing
all instances of that template. So "systemctl start tinc" will still do
what we want it to do.
2016-04-30 18:08:31 +02:00

4 lines
84 B
Makefile

if WITH_SYSTEMD
systemddir = @systemd_path@
dist_systemd_DATA = tinc@.service
endif