mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-14 08:17:01 +05:30
systemd: Update port for mkr-bin
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
parent
55e45dde4b
commit
eb1ef30101
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Restart=on-abort
|
||||||
Type=simple
|
Type=simple
|
||||||
User=bot
|
User=bot
|
||||||
Group=bot
|
Group=bot
|
||||||
Environment=BIN_MONGO_CSTRING=mongodb://localhost:27017/bin-store BIN_PORT=4000
|
Environment=BIN_MONGO_CSTRING=mongodb://localhost:27017/bin-store BIN_PORT=8080
|
||||||
WorkingDirectory=/home/bot/bin
|
WorkingDirectory=/home/bot/bin
|
||||||
ExecStart=/usr/bin/npm start
|
ExecStart=/usr/bin/npm start
|
||||||
ExecReload=/bin/kill -USR1 $MAINPID
|
ExecReload=/bin/kill -USR1 $MAINPID
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue