projects
/
tinc
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix a few minor memory leaks.
[tinc]
/
distro
/
tinc.service
1
# This is a mostly empty service, but allows commands like stop, start, reload
2
# to propagate to all tinc@ service instances.
3
4
[Unit]
5
Description=Tinc VPN
6
After=network.target
7
8
[Service]
9
Type=oneshot
10
RemainAfterExit=yes
11
ExecStart=/bin/true
12
ExecReload=/bin/true
13
WorkingDirectory=/etc/tinc
14
15
[Install]
16
WantedBy=multi-user.target