Optionally install systemd service files.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 24 Sep 2015 19:53:49 +0000 (21:53 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 24 Sep 2015 20:11:16 +0000 (22:11 +0200)
commitf54a87b800d551bec4532a5d3bf124d02e167856
treedc1b3db1bb8c64762cb8f3cd65f1c3eead889fc8
parent5ad43673acf03f86643f1463f1ebfa6e9ca189cc
Optionally install systemd service files.

If --with-systemd is given when running the configure script, two
systemd service files will be installed. There is a template
tinc@.service, which can be used to control individual instances of
tinc. For example:

systemctl enable tinc@foo

Will create an instance for tinc with netname foo. There is also a
tinc.service, which can be used to start and stop all instances at once.
Makefile.am
configure.ac
systemd/Makefile.am [new file with mode: 0644]
systemd/tinc.service [new file with mode: 0644]
systemd/tinc@.service [new file with mode: 0644]