Date: Monday, February 9, 2015 @ 11:58:00 Author: tredaelli Revision: 127379
upgpkg: tinc 1.0.25-2 FS#43741 and use Type=simple Modified: tinc/trunk/PKGBUILD tinc/trunk/[email protected] ----------------+ PKGBUILD | 4 ++-- [email protected] | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-02-09 10:38:39 UTC (rev 127378) +++ PKGBUILD 2015-02-09 10:58:00 UTC (rev 127379) @@ -6,7 +6,7 @@ pkgname=tinc pkgver=1.0.25 -pkgrel=1 +pkgrel=2 pkgdesc="VPN (Virtual Private Network) daemon" arch=('i686' 'x86_64') url="http://www.tinc-vpn.org/" @@ -17,7 +17,7 @@ [email protected]) md5sums=('0b91b693f7cf76f481b547d0c86f9578' 'SKIP' - '112327da32fdb56ab779fe004712235f') + 'aab8a13d6f7a18996a21f779ffb424df') validpgpkeys=('D62BDD168EFBE48BC60E8E234A6084B9C0D71F4A') build() { Modified: [email protected] =================================================================== --- [email protected] 2015-02-09 10:38:39 UTC (rev 127378) +++ [email protected] 2015-02-09 10:58:00 UTC (rev 127379) @@ -3,8 +3,10 @@ After=network.target [Service] -Type=forking -ExecStart=/usr/bin/tincd -n %i +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 +Restart=on-failure [Install] WantedBy=multi-user.target
