Displaying 2 results from an estimated 2 matches for "f0d25e16".
2016 Jan 29
0
respawning dead tinc process
...;mailto:tinc at tinc-vpn.org>
> http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc <http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20160129/f0d25e16/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20160129/f0d25e16/at...
2016 Jan 29
2
respawning dead tinc process
I?ve been having the same issue with Ubuntu, thankfully we have access to Upstart:
```
start on (local-filesystems and net-device-up IFACE!=lo)
stop on stopping network-services
author "Mark Lopez"
description "Tinc Upstart Job"
version "0.1"
env network=master
respawn
exec /usr/sbin/tincd -n "$network" -D --debug=3 --logfile
```
I removed the default