1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Merge pull request #882 from holta/sugarizer-systemd-comment

Sugarizer: fixes part of #869 (comments must be on LEFT, in systemd unit files)
This commit is contained in:
A Holt 2018-07-09 04:55:43 -04:00 committed by GitHub
commit b3795886a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,8 @@
[Unit]
Description=Node.js Sugarizer Server
Requires=mongodb.service
After=mongodb.service # Requires the mongodb service to run first
After=mongodb.service
# Requires mongodb service to run first
[Service]
WorkingDirectory=/opt/iiab/sugarizer-server/