You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-01 22:41:47 +02:00
update nginx-sso
This commit is contained in:
14
nginx-sso/systemd/nginx-sso.service
Normal file
14
nginx-sso/systemd/nginx-sso.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=nginx sso service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=nobody
|
||||
WorkingDirectory=/etc/nginx-sso
|
||||
ExecStart=/usr/local/bin/nginx-sso
|
||||
ExecReload=/bin/kill -s HUP $MAINPID
|
||||
RestartSec=5
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user