add ansible role for filebrowse
This commit is contained in:
10
roles/filebrowser/files/filebrowser.service
Normal file
10
roles/filebrowser/files/filebrowser.service
Normal 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
|
||||
Reference in New Issue
Block a user