Skip to content

Commit

Permalink
fix: adds runtime directory for pidfile
Browse files Browse the repository at this point in the history
  • Loading branch information
norwoodj committed Oct 27, 2021
1 parent 2e47f1d commit 379d2fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debian/stupidchess-nginx.service
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ExecStartPre=/usr/sbin/nginx -t -c /etc/stupidchess/nginx.conf
ExecStart=/usr/sbin/nginx -c /etc/stupidchess/nginx.conf
ExecReload=/usr/sbin/nginx -c /etc/stupidchess/nginx.conf -s reload
ExecStop=/bin/kill -s QUIT $MAINPID
RuntimeDirectory=stupidchess
PrivateTmp=true

[Install]
Expand Down

0 comments on commit 379d2fa

Please sign in to comment.