Skip to content

Commit

Permalink
sh/supervise-daemon.sh: Proper casing for --no-new-privs
Browse files Browse the repository at this point in the history
  • Loading branch information
lanodan authored and vapier committed Nov 2, 2023
1 parent 554ccab commit 1433552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sh/supervise-daemon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ supervise_start()
${healthcheck_timer:+--healthcheck-timer} $healthcheck_timer \
${capabilities+--capabilities} "$capabilities" \
${secbits:+--secbits} "$secbits" \
${no_new_privs:+--no_new_privs} \
${no_new_privs:+--no-new-privs} \
${command_user+--user} $command_user \
${umask+--umask} $umask \
${supervise_daemon_args-${start_stop_daemon_args}} \
Expand Down

0 comments on commit 1433552

Please sign in to comment.