Skip to content

Commit

Permalink
new file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioniq3 authored Feb 24, 2024
1 parent 030de12 commit 0f9a7bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RETVAL=0
case "$1" in
start)
printf "Starting $DAEMON: "
export $(grep -v '^#' /root/.env | xargs)
export $(grep -v '^#' /etc/aawgd.env | xargs)
start-stop-daemon -S -b -q -m -p "$PIDFILE" -x "/usr/bin/$DAEMON"
RETVAL=$?
[ $RETVAL = 0 ] && echo "OK" || echo "FAIL"
Expand Down

0 comments on commit 0f9a7bc

Please sign in to comment.