mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
sugarizer - remove 10-second restart
This commit is contained in:
parent
a95a4c5f99
commit
fe8785ce80
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ Requires=After=mongodb.service # Requires the mongodb service to run first
|
||||||
WorkingDirectory={{ sugarizer_location }}/sugarizer/server/
|
WorkingDirectory={{ sugarizer_location }}/sugarizer/server/
|
||||||
ExecStart=/usr/bin/node sugarizer.js
|
ExecStart=/usr/bin/node sugarizer.js
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=10 # Restart service after 10 seconds if node service crashes
|
#RestartSec=10 # Restart service after 10 seconds if node service crashes
|
||||||
StandardOutput=syslog # Output to syslog
|
StandardOutput=syslog # Output to syslog
|
||||||
StandardError=syslog # Output to syslog
|
StandardError=syslog # Output to syslog
|
||||||
SyslogIdentifier=sugarizer
|
SyslogIdentifier=sugarizer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue