This repository has been archived on 2023-08-13. You can view files and clone it, but cannot push or open issues or pull requests.
nas-server/systemd-templates/filebrowser.service

11 lines
225 B
SYSTEMD
Raw Permalink Normal View History

2022-09-16 15:00:38 +02:00
[Unit]
Description=File Browser web interface
[Service]
User=PH_NAS_USER
Type=simple
2023-02-11 16:59:56 +01:00
ExecStart=/usr/local/bin/filebrowser -d PH_NAS_DIRECTORY/PH_NAS_USER/filebrowser.db -r PH_NAS_DIRECTORY
2022-09-16 15:00:38 +02:00
[Install]
WantedBy=default.target