mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-12 11:14:57 +02:00
15 lines
251 B
Desktop File
15 lines
251 B
Desktop File
[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
|