Skip to content

Commit

Permalink
Fix nginx startup on boot
Browse files Browse the repository at this point in the history
  • Loading branch information
fnoop committed Sep 17, 2021
1 parent 61cac5c commit 521287c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ExecStart=/usr/sbin/nginx
ExecReload=/bin/kill -s HUP $MAINPID
ExecStop=/bin/kill -s QUIT $MAINPID
PrivateTmp=true
RuntimeDirectory=nginx

[Install]
WantedBy=multi-user.target

0 comments on commit 521287c

Please sign in to comment.