From 3959e53206ed1098f4ae169e0efbd731a48c076b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 29 Mar 2023 15:01:15 +0200 Subject: [PATCH] Update systemd.service --- conf/systemd.service | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/systemd.service b/conf/systemd.service index a8bf13a..fc8e80e 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -13,9 +13,9 @@ RestartSec=10 Environment="PORT=__PORT__" Environment="DOMAIN=__DOMAIN__" Environment="SECRET=__RANDOMSTRING__" -Environment="SITE_OWNER_NAME=__SITEOWNER__" -Environment="SITE_OWNER_URL=__SITEOWNERURL__" -Environment="SITE_NAME=__SITENAME__" +Environment="SITE_OWNER_NAME=__SITE_OWNER__" +Environment="SITE_OWNER_URL=__SITE_OWNER_URL__" +Environment="SITE_NAME=__SITE_NAME__" # Sandboxing options to harden security # Details for these options: https://www.freedesktop.org/software/systemd/man/systemd.exec.html