mirror of
https://gitlab.com/octospacc/Configs.git
synced 2025-02-21 22:07:42 +01:00
13 lines
245 B
Desktop File
13 lines
245 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=/Server/SpaccCloud
|
|
Restart=always
|
|
RestartSec=10
|
|
[Install]
|
|
WantedBy=default.target
|