fix(core): update

This commit is contained in:
Philipp Kunz 2019-09-19 15:58:43 +02:00
parent 119f20915e
commit 9fc71fcfee

View File

@ -24,6 +24,7 @@ After=network.target
[Service]
Type=simple
Environment=NODE_OPTIONS=--max_old_space_size=100
ExecStart=/bin/bash -c "cd ${serviceArg.workingDir} && ${serviceArg.command}"
WorkingDirectory=${serviceArg.workingDir}
Restart=on-failure