diff --git a/conf/systemd.service b/conf/systemd.service index 67786af..4904b28 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -10,7 +10,7 @@ Group=__APP__ ExecStartPre=__NODEJS__ WorkingDirectory=__FINALPATH__ Environment="PATH=__ENV_PATH__" -ExecStart=/bin/bash -c 'exec __NODE__ app.js | tee /var/log/__APP__/__APP__.log' +ExecStart=/bin/bash -c 'exec __NODE__ app.js' Restart=always [Install]