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:
mobinmob 2021-03-19 00:49:45 +02:00 committed by Érico Nogueira Rolim
parent ab9298a7dd
commit 74218f24b2
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
exec chpst -u monkey:monkey monkey exec monkey

View File

@ -1,7 +1,7 @@
# Template file for 'monkey' # Template file for 'monkey'
pkgname=monkey pkgname=monkey
version=1.6.9 version=1.6.9
revision=3 revision=4
build_style=configure build_style=configure
configure_args="--prefix=/usr --sbindir=/usr/bin configure_args="--prefix=/usr --sbindir=/usr/bin
--libdir=/usr/lib$XBPS_TARGET_WORDSIZE/$pkgname --libdir=/usr/lib$XBPS_TARGET_WORDSIZE/$pkgname