mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
update mongodb notes
This commit is contained in:
parent
435f3261e1
commit
ec9491f3c5
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Node.js Sugarizer Server
|
Description=Node.js Sugarizer Server
|
||||||
|
# Forces mongodb to start up if not started
|
||||||
Requires=mongodb.service
|
Requires=mongodb.service
|
||||||
|
# Wait for mongodb service to run first
|
||||||
After=mongodb.service
|
After=mongodb.service
|
||||||
# Requires mongodb service to run first
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
WorkingDirectory=/opt/iiab/sugarizer-server/
|
WorkingDirectory=/opt/iiab/sugarizer-server/
|
||||||
|
|
Loading…
Reference in a new issue