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
193 B
SYSTEMD
Raw Normal View History

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