mirror of
https://gitlab.com/octospacc/Configs.git
synced 2025-06-05 21:59:36 +02:00
Upd server
This commit is contained in:
12
Server/Root/etc/systemd/system/WebFileManager.service
Normal file
12
Server/Root/etc/systemd/system/WebFileManager.service
Normal 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
|
Reference in New Issue
Block a user