monkey: fix the runit service:
-remove the chpst invocation, because a) the 'monkey' user does not exist and b) the daemon drops privileges to the _monkey user by itself.
This commit is contained in:
parent
ab9298a7dd
commit
74218f24b2
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec chpst -u monkey:monkey monkey
|
||||
exec monkey
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'monkey'
|
||||
pkgname=monkey
|
||||
version=1.6.9
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr --sbindir=/usr/bin
|
||||
--libdir=/usr/lib$XBPS_TARGET_WORDSIZE/$pkgname
|
||||
|
|
Loading…
Reference in New Issue