#!/sbin/openrc-run # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 description="SCan from web interface" pidfile="/run/scanservjs.pid" command_background=true command="node /opt/scanservjs/usr/lib/scanservjs/server/server.js " command_args="" command_user="saned:scanner" depend() { need net } start_pre() { cd /opt/scanservjs/usr/lib/scanservjs export NODE_ENV=production }