Package: tinc
Version: 1.0.27-1

Hi,

I noticed tinc now ships systemd units, which is a nice improvement.
Unfortunately, they do not work for me, as there is no /usr/bin/tinc
and it does not understand start/stop/reload. Specifically, instead
of:

ExecStart=/usr/sbin/tinc -n %i start -D
ExecReload=/usr/sbin/tinc -n %i reload
ExecStop=/usr/sbin/tinc -n %i stop

they should read:

ExecStart=/usr/sbin/tincd -n %i -D
ExecReload=/usr/sbin/tincd -n %i -k HUP
ExecStop=/usr/sbin/tincd -n %i -k

Regards,
Vedran

-- 
Vedran Miletić
http://vedranmileti.ch/

Reply via email to