mirror of
https://gitlab.com/octospacc/Configs.git
synced 2025-03-31 11:00:27 +02:00
13 lines
250 B
Desktop File
13 lines
250 B
Desktop File
[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=/Main/Server/SpaccCloud
|
|
Restart=always
|
|
RestartSec=15
|
|
[Install]
|
|
WantedBy=default.target
|