Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze authored May 30, 2024
1 parent 655643d commit dc8f432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/unit/unit.Dockerfile.snippet.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# start: source at files/unit/unit.Dockerfile.snippet.txt
# graceful STOPSIGNAL is SIGQUIT as of https://github.com/nginx/unit/blob/f67a01b88fd7c7057767e18a3dd06c24e94c8aa8/src/nxt_main_process.c#L66
STOPSIGNAL QUIT
CMD ["unitd", "--no-daemon", "--user", "www-data", "--group", "www-data", "--log", "/dev/stdout", "--control", "unix:/run/unit/control.unit.sock", "--pid", "/run/unit/unit.pid"]]
# end : source at files/unit/unit.Dockerfile.snippet.txt
CMD ["unitd", "--no-daemon", "--user", "www-data", "--group", "www-data", "--log", "/dev/stdout", "--control", "unix:/run/unit/control.unit.sock", "--pid", "/run/unit/unit.pid"]
# end : source at files/unit/unit.Dockerfile.snippet.txt

0 comments on commit dc8f432

Please sign in to comment.