From e78954478f2e0471c8d1a00bb45e3e2e9187e3ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 8 Oct 2020 12:09:30 +0200 Subject: [PATCH] fix: service systemd sample file needs a full PATH --- etc/systemd/system/lookyloo.service.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/systemd/system/lookyloo.service.sample b/etc/systemd/system/lookyloo.service.sample index b1e906de..e08f5746 100644 --- a/etc/systemd/system/lookyloo.service.sample +++ b/etc/systemd/system/lookyloo.service.sample @@ -7,7 +7,7 @@ User= Group= Type=forking WorkingDirectory= -Environment="PATH=" +Environment="PATH=:/usr/bin" ExecStart=/bin/bash -c "exec poetry run start" ExecStop=/bin/bash -c "exec poetry run stop"