From d058edc92f857f426ab80b4052b7f4af79c0cb23 Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Sun, 28 Jan 2024 14:46:14 +0700 Subject: [PATCH] Running as web user instead of root --- systemd_units/service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systemd_units/service b/systemd_units/service index 7edfde0..64e10e6 100644 --- a/systemd_units/service +++ b/systemd_units/service @@ -3,6 +3,8 @@ Description=GitHub Documentation Previewer Service [Service] ExecStart=/usr/bin/doc-previewer +User=web +Group=web StandardOutput=journal StandardError=journal