From f75942a42084f47a4983cbcbd353d0e4783e680d Mon Sep 17 00:00:00 2001 From: frju365 Date: Thu, 24 Aug 2017 15:27:46 +0200 Subject: [PATCH] Update systemd.service --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]