summarylogtreecommitdiffstats
path: root/asgi-webdav.service
blob: f6980180df497dd423c5e18b217c5ed48eb12842 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description = ASGI WebDAV Server
Documentation = https://rexzhang.github.io/asgi-webdav/
Documentation = https://rexzhang.github.io/asgi-webdav/zh/
Wants = network-online.target
After = network-online.target

[Service]
User = asgi-webdav
Group = asgi-webdav
Restart = on-failure
WorkingDirectory = /var/lib/asgi-webdav
ExecStart = /usr/bin/asgi-webdav --host 127.0.0.1 --port 8000 --config "/etc/asgi-webdav/config.json"

[Install]
WantedBy = multi-user.target