Upd server

This commit is contained in:
2023-05-21 18:54:02 +02:00
parent 181289473b
commit 802de2a5bd
19 changed files with 284 additions and 75 deletions

View File

@@ -0,0 +1,12 @@
[Unit]
Description=WebFileManager
After=network.target
[Service]
User=root
Type=exec
ExecStart=/usr/local/bin/filebrowser -a 0.0.0.0 -p 7580 -r /
WorkingDirectory=/Server/SpaccCloud
Restart=always
RestartSec=10
[Install]
WantedBy=default.target