1
0
mirror of https://gitlab.com/octospacc/Configs.git synced 2025-04-01 19:40:21 +02:00
2023-12-12 18:06:52 +01:00

13 lines
250 B
Desktop File
Executable 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