From c34e1f1815201eeb17ef11c838cc5067d8a239e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 28 Sep 2023 14:03:48 +0200 Subject: [PATCH] Update systemd.service --- conf/systemd.service | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf/systemd.service b/conf/systemd.service index 9560cec..a8f8b78 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -6,8 +6,6 @@ After=nginx.service network.target local-fs.target postgresql.service Type=simple User=__APP__ Group=__APP__ -#Environment=PUBLIC_URL=https://__DOMAIN____PATH__/ -#Environment=WS_PORT=__PORT__ WorkingDirectory=__INSTALL_DIR__/ ExecStart=/usr/bin/php__PHPVERSION__ daemon.php start StandardOutput=syslog