1
0
Fork 0
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:
Jerry Vonau 2017-09-22 12:31:11 -04:00
parent a95a4c5f99
commit fe8785ce80

View file

@ -6,7 +6,7 @@ Requires=After=mongodb.service # Requires the mongodb service to run first
WorkingDirectory={{ sugarizer_location }}/sugarizer/server/
ExecStart=/usr/bin/node sugarizer.js
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
StandardError=syslog # Output to syslog
SyslogIdentifier=sugarizer