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:
commit
b3795886a9
1 changed files with 2 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue