From b31886ce7b898e92623b0bab15924aa71f8e940c Mon Sep 17 00:00:00 2001 From: Ean Milligan Date: Thu, 23 Apr 2026 19:10:32 -0400 Subject: [PATCH] change flags to min required --- start.command | 2 +- xivplan-db.rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/start.command b/start.command index 1bd2db5..fde1ef2 100644 --- a/start.command +++ b/start.command @@ -1 +1 @@ -deno run --allow-net --allow-import --allow-env --allow-read --allow-write --allow-ffi mod.ts \ No newline at end of file +deno run --allow-net --allow-import mod.ts \ No newline at end of file diff --git a/xivplan-db.rc b/xivplan-db.rc index eef1972..6a57551 100755 --- a/xivplan-db.rc +++ b/xivplan-db.rc @@ -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 --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 ${xivplan_db_root}/mod.ts" load_rc_config xivplan-db run_rc_command "$1"