0b6f84f96e
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.
4 lines
84 B
Makefile
4 lines
84 B
Makefile
if WITH_SYSTEMD
|
|
systemddir = @systemd_path@
|
|
dist_systemd_DATA = tinc@.service
|
|
endif
|