diff --git a/systemd-templates/filebrowser.service b/systemd-templates/filebrowser.service index 12c10d1..453f8b8 100644 --- a/systemd-templates/filebrowser.service +++ b/systemd-templates/filebrowser.service @@ -4,7 +4,7 @@ Description=File Browser web interface [Service] User=PH_NAS_USER Type=simple -ExecStart=/usr/local/bin/filebrowser -d PH_NAS_DIRECTORY +ExecStart=/usr/local/bin/filebrowser -d PH_NAS_DIRECTORY/filebrowser.db [Install] WantedBy=default.target