#!/sbin/openrc-run name="$SVCNAME" directory="{{ shop_dir }}" command="node {{ shop_dir }}/app.mjs" command_user="{{ shop_user }}:{{ shop_group }}" pidfile="/var/run/$SVCNAME.pid" supervisor="supervise-daemon" respawn_max=0 depend() { need net use dns }