NetAuth: exec in service
This commit is contained in:
parent
698a44514d
commit
3b56e7fbef
2 changed files with 2 additions and 2 deletions
|
@ -4,4 +4,4 @@
|
||||||
|
|
||||||
cd /var/lib/netauth/ || exit 1
|
cd /var/lib/netauth/ || exit 1
|
||||||
|
|
||||||
chpst -u _netauth:_netauth netauthd 2>&1
|
exec chpst -u _netauth:_netauth netauthd 2>&1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'NetAuth'
|
# Template file for 'NetAuth'
|
||||||
pkgname=NetAuth
|
pkgname=NetAuth
|
||||||
version=0.3.4
|
version=0.3.4
|
||||||
revision=4
|
revision=5
|
||||||
wrksrc=netauth-$version
|
wrksrc=netauth-$version
|
||||||
build_style="go"
|
build_style="go"
|
||||||
go_import_path="github.com/netauth/netauth"
|
go_import_path="github.com/netauth/netauth"
|
||||||
|
|
Loading…
Reference in a new issue