tinc/templates/tinc.service.j2

12 lines
193 B
Plaintext
Raw Normal View History

2021-01-04 22:35:43 +01:00
[Unit]
Description=tinc vpn
After=network.target
[Service]
Type=forking
ExecStart=/usr/sbin/tincd -n {{ netname }}
ExecReload=/usr/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target