From 3b56e7fbeff5b5f2d8669eeaf9d4151477722354 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Thu, 13 Aug 2020 01:27:51 -0700 Subject: [PATCH] NetAuth: exec in service --- srcpkgs/NetAuth/files/netauthd/run | 2 +- srcpkgs/NetAuth/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"