From 93147b3def6982418d5e9b5681f53b924198f49d Mon Sep 17 00:00:00 2001 From: Dryusdan Date: Mon, 2 May 2022 18:02:43 +0200 Subject: [PATCH] Fix a typo --- templates/systemd.service.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/systemd.service.j2 b/templates/systemd.service.j2 index 38fe374..b89c40e 100644 --- a/templates/systemd.service.j2 +++ b/templates/systemd.service.j2 @@ -8,7 +8,7 @@ User={{ item.account }} WorkingDirectory={{ item.home }} Environment="NODE_ENV=production" - ExecStart=/opt/{{ item.home }}/node_modules/.bin/ghost run --dir www + ExecStart={{ item.home }}/node_modules/.bin/ghost run --dir www TimeoutSec=15 Restart=always