diff --git a/srcpkgs/NetAuth/files/netauthd/run b/srcpkgs/NetAuth/files/netauthd/run index 1dee2578b6b..2f15234c250 100644 --- a/srcpkgs/NetAuth/files/netauthd/run +++ b/srcpkgs/NetAuth/files/netauthd/run @@ -4,4 +4,4 @@ cd /var/lib/netauth/ || exit 1 -chpst -u _netauth:_netauth netauthd 2>&1 +exec chpst -u _netauth:_netauth netauthd 2>&1 diff --git a/srcpkgs/NetAuth/template b/srcpkgs/NetAuth/template index 17ead87ea8d..42667411251 100644 --- a/srcpkgs/NetAuth/template +++ b/srcpkgs/NetAuth/template @@ -1,7 +1,7 @@ # Template file for 'NetAuth' pkgname=NetAuth version=0.3.4 -revision=4 +revision=5 wrksrc=netauth-$version build_style="go" go_import_path="github.com/netauth/netauth"