From 5b54a483d6f65703c50661af607815e6110a12a9 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 19 Feb 2022 10:34:01 +0100 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 f776321..34e2214 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -7,7 +7,7 @@ Type=simple User=__APP__ Group=__APP__ WorkingDirectory=__FINALPATH__/ -ExecStart=__FINALPATH__/filebrowser -p __PORT__ -c __FINALPATH__/settings.json +ExecStart=__FINALPATH__/filebrowser [Install] WantedBy=multi-user.target