ayaports/user/scanservjs/scanservjs.initd
build@apk-groulx f77e3588dc user/insaned: new aport
user/lua-aports: upgrade
user/paperless-ng: upgrade + openrc
user/paperless-ngx: new aport
user/py3-anyio: new aport
user/py3-dateparser: upgrade
user/py3-pdf2image: new aport
user/py3-pyaml: new aport
user/py3-pytz: new aport
user/py3-pyyaml: new aport
user/py3-tzdata: new aport
user/py3-tzlocal: new aport
user/rmfakecloud: upgrade
user/scanbd: new aport
user/scantopl: new aport
user/xinetd: new aport
2022-08-15 15:51:38 +00:00

21 lines
663 B
Text

#!/sbin/openrc-run
name="$RC_SVCNAME"
cfgfile="/etc/conf.d/$RC_SVCNAME"
pidfile="/var/run/$RC_SVCNAME.pid"
command="/usr/share/webapps/scanservjs/server/server.js"
command_args=""
command_user="$SCANSERVJS_USER"
command_group="$SCANSERVJS_GROUP"
supervisor="supervise-daemon"
start_stop_daemon_args=""
command_background="yes"
output_log="/var/log/$RC_SVCNAME/$RC_SVCNAME.log"
error_log="/var/log/$RC_SVCNAME/$RC_SVCNAME.err"
working_directory="/usr/share/webapps/scanservjs"
start_pre() {
checkpath --directory --owner $command_user:$command_user --mode 0775 \
/var/log/$RC_SVCNAME
export NODE_ENV=production
cd "$working_directory"
}