Create sso-manager.service

This commit is contained in:
2021-03-22 16:54:11 -04:00
committed by GitHub
parent 2c7b6d3fe4
commit 02bc89f750
+14
View File
@@ -0,0 +1,14 @@
[Unit]
Description=SSO NodeJS manager Service
After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
Restart=always
RestartSec=1
User=root
ExecStart=/usr/bin/env node /var/www/sso-manager-node/nodejs/bin/www
[Install]
WantedBy=multi-user.target