implement export all

This commit is contained in:
Ean Milligan
2026-04-24 14:28:01 -04:00
parent 31e3e13ab9
commit f412f06e10
7 changed files with 85 additions and 24 deletions

View File

@@ -13,7 +13,7 @@ xivplan_db_log="/var/log/xivplan_db.log"
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 ${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 ${xivplan_db_root}/mod.ts"
load_rc_config xivplan-db
run_rc_command "$1"