files 2.2.3

CDN Origin Server for Cloud Storage
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Files
After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
Restart=always
RestartSec=1
User=root
ExecStart=/root/files --secure="true" --domain="files.upbase.dev" --broker="https://broker.upbase.dev"

[Install]
WantedBy=multi-user.target