add ansible role for filebrowse

This commit is contained in:
root
2022-10-07 15:28:08 +00:00
parent 1237844dbf
commit e651ebc408
5 changed files with 92 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[Unit]
Description=File browser
After=network.target
[Service]
User=root
ExecStart=/usr/local/bin/filebrowser --database /etc/filebrowser/filebrowser.db -r /opt/unetlab
[Install]
WantedBy=multi-user.target