1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/sugarizer/templates/sugarizer.service.j2

19 lines
597 B
Text
Raw Normal View History

2017-05-27 18:09:50 +00:00
[unit]
Description=Node.js Sugarizer Server
2017-10-19 05:28:27 +00:00
# Requires=After=mongodb.service # Requires the mongodb service to run first
2017-05-27 18:09:50 +00:00
[Service]
WorkingDirectory={{ sugarizer_location }}/sugarizer-server/
ExecStart=start-sugarizer.sh
2017-05-27 18:09:50 +00:00
Restart=always
2017-09-22 16:31:11 +00:00
#RestartSec=10 # Restart service after 10 seconds if node service crashes
#StandardOutput=syslog # Output to syslog
#StandardError=syslog # Output to syslog
#SyslogIdentifier=sugarizer
2017-05-27 18:09:50 +00:00
#User=<alternate user>
#Group=<alternate group>
#Environment=NODE_ENV=production
2017-05-27 18:09:50 +00:00
[Install]
WantedBy=multi-user.target