Import Upstream version 1.0.28
This commit is contained in:
parent
eed44cd331
commit
d08a5d8f0b
17 changed files with 1088 additions and 54 deletions
17
distro/tinc@.service
Normal file
17
distro/tinc@.service
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[Unit]
|
||||
Description=Tinc net %i
|
||||
PartOf=tinc.service
|
||||
ReloadPropagatedFrom=tinc.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
WorkingDirectory=/etc/tinc/%i
|
||||
ExecStart=/usr/sbin/tincd -n %i -D
|
||||
ExecReload=/usr/sbin/tincd -n %i -kHUP
|
||||
ExecStop=/usr/sbin/tincd -n %i -k
|
||||
TimeoutStopSec=5
|
||||
Restart=always
|
||||
RestartSec=60
|
||||
|
||||
[Install]
|
||||
WantedBy=tinc.service
|
||||
Loading…
Add table
Add a link
Reference in a new issue