Date: Monday, February 9, 2015 @ 14:24:27 Author: tredaelli Revision: 127396
Use always /usr/bin for tincd Modified: tinc/trunk/[email protected] ----------------+ [email protected] | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: [email protected] =================================================================== --- [email protected] 2015-02-09 13:21:16 UTC (rev 127395) +++ [email protected] 2015-02-09 13:24:27 UTC (rev 127396) @@ -5,7 +5,7 @@ [Service] ExecStart=/usr/bin/tincd -D --pidfile /run/tinc.%i.pid -n %I ExecStop=/usr/bin/tincd -n %I -k -ExecReload=/usr/sbin/tincd -n %I -k HUP +ExecReload=/usr/bin/tincd -n %I -k HUP Restart=on-failure [Install]
