summarylogtreecommitdiffstats
path: root/webdav-server.service
blob: bb06dddeb99a43ab576372f7923d3dd5bccfc1a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Webdav Server
After=network.target

[Service]
Type=simple
ExecStart=/usr/bin/webdav-server -c /etc/webdav-server-rs/config.toml
PrivateTmp=true

[Install]
WantedBy=multi-user.target