more _
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
#!/bin/sh
|
||||
|
||||
# PROVIDE: xivplan-db
|
||||
# PROVIDE: xivplan_db
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
name="xivplan-db"
|
||||
rcvar="xivplan-db_enable"
|
||||
pidfile="/var/webapps/XIVPlan-DB/xivplan-db.pid"
|
||||
name="xivplan_db"
|
||||
rcvar="xivplan_db_enable"
|
||||
pidfile="/var/webapps/XIVPlan-DB/xivplan_db.pid"
|
||||
|
||||
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_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