This website requires JavaScript.
Explore
Help
Sign In
j3d1
/
tinc
Watch
1
Star
0
Fork
You've already forked tinc
0
Code
Issues
1
Pull requests
Releases
Wiki
Activity
172763f4af
tinc
/
systemd
/
Makefile.am
5 lines
97 B
Makefile
Raw
Normal View
History
Unescape
Escape
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.
2015-09-24 19:53:49 +00:00
i
f
W
I
T
H
_
S
Y
S
T
E
M
D
systemddir
=
@systemd_path@
Revert "Remove tinc.service, it is not necessary." This reverts commit 0b6f84f96eeed20a0d771fedb72c0e19941adb7e. Although systemd does automatically provide a "tinc.slice" when there is only a tinc@.service template, it doesn't quite work the same way as tinc.service.
2016-05-01 10:07:44 +00:00
dist_systemd_DATA
=
tinc.service tinc@.service
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.
2015-09-24 19:53:49 +00:00
e
n
d
i
f
Reference in a new issue
Copy permalink