diff --git a/setup/github-bot/resources/github-bot.service b/setup/github-bot/resources/github-bot.service index d42dd84b8..731a31706 100644 --- a/setup/github-bot/resources/github-bot.service +++ b/setup/github-bot/resources/github-bot.service @@ -5,7 +5,7 @@ Description=github-bot WantedBy=multi-user.target [Service] -ExecStart=/usr/bin/node server.js +ExecStart=/usr/bin/node server.js &> /home/{{server_user}}/logs/github-bot.log EnvironmentFile=/home/{{server_user}}/environment/github-bot WorkingDirectory=/home/{{server_user}}/github-bot Restart=always