fix(lint): editorconfig

This commit is contained in:
2025-03-19 14:05:07 +02:00
parent 4e0423b45d
commit ecb89369ac

View File

@@ -36,8 +36,8 @@ start() {
echo 'Starting service...' >&2
local CMD="$SCRIPT &> \\"$LOGFILE\\" & echo \\$!"
su -c "$CMD" $RUNAS > "$PIDFILE"
# Try with this command instead if above does not work
# su -s /bin/sh $RUNAS -c "$CMD" > "$PIDFILE"
# Try with this command instead if above does not work
# su -s /bin/sh $RUNAS -c "$CMD" > "$PIDFILE"
sleep 2
PID=$(cat $PIDFILE)