From: Guus Sliepen Date: Thu, 24 Sep 2015 19:53:49 +0000 (+0200) Subject: Optionally install systemd service files. X-Git-Tag: release-1.1pre12~95 X-Git-Url: http://tinc-vpn.org/git/browse?a=commitdiff_plain;h=f54a87b800d551bec4532a5d3bf124d02e167856;hp=f54a87b800d551bec4532a5d3bf124d02e167856;p=tinc 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. ---