From 355408c8bf0044593a81c1c8f74ffc30191d1bed Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 14 Aug 2024 12:15:49 +0200 Subject: [PATCH] Update systemd.service --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index 8874621..38833dd 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -8,7 +8,7 @@ User=__APP__ Group=__APP__ DynamicUser=yes EnvironmentFile=-__INSTALL_DIR__/.env -ExecStart=__INSTALL_DIR__/libreddit -a 127.0.0.1 -p __PORT__ +ExecStart=__INSTALL_DIR__/libreddit -a 127.0.0.1 -p __PORT__ --env-file .env [Install] WantedBy=multi-user.target