more _
This commit is contained in:
@@ -1,17 +1,17 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# PROVIDE: xivplan-db
|
# PROVIDE: xivplan_db
|
||||||
|
|
||||||
. /etc/rc.subr
|
. /etc/rc.subr
|
||||||
|
|
||||||
name="xivplan-db"
|
name="xivplan_db"
|
||||||
rcvar="xivplan-db_enable"
|
rcvar="xivplan_db_enable"
|
||||||
pidfile="/var/webapps/XIVPlan-DB/xivplan-db.pid"
|
pidfile="/var/webapps/XIVPlan-DB/xivplan_db.pid"
|
||||||
|
|
||||||
xivplan_db_root="/var/webapps/XIVPlan-DB"
|
xivplan_db_root="/var/webapps/XIVPlan-DB"
|
||||||
xivplan_db_log="/var/log/xivplan-db.log"
|
xivplan_db_log="/var/log/xivplan_db.log"
|
||||||
|
|
||||||
xivplan_db_chdir="${xivplan-db_root}"
|
xivplan_db_chdir="${xivplan_db_root}"
|
||||||
command="/usr/sbin/daemon"
|
command="/usr/sbin/daemon"
|
||||||
command_args="-f -R 5 -P ${pidfile} -o ${xivplan_db_log} /usr/local/bin/deno run --allow-net --allow-import --allow-env --allow-read --allow-write --allow-ffi ${xivplan_db_root}/mod.ts"
|
command_args="-f -R 5 -P ${pidfile} -o ${xivplan_db_log} /usr/local/bin/deno run --allow-net --allow-import --allow-env --allow-read --allow-write --allow-ffi ${xivplan_db_root}/mod.ts"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user