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
2022-09-16 15:00:38 +02:00

11 lines
178 B
Desktop File

[Unit]
Description=File Browser web interface
[Service]
User=PH_NAS_USER
Type=simple
ExecStart=/usr/local/bin/filebrowser -d PH_NAS_DIRECTORY
[Install]
WantedBy=default.target