update rc

This commit is contained in:
Ean Milligan
2026-04-23 17:58:48 -04:00
parent 0c0c175f5c
commit e9b46d136d

View File

@@ -8,12 +8,12 @@ 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"
load_rc_config xivplan-db load_rc_config xivplan-db
run_rc_command "$1" run_rc_command "$1"