any.software.webdav: added role

This commit is contained in:
Jef Roosens 2025-12-23 22:51:12 +01:00
parent 74cf571e05
commit 1fed7d327a
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
7 changed files with 195 additions and 0 deletions

View file

@ -0,0 +1,15 @@
[Unit]
Description=WebDAV
After=network.target network-online.target
Requires=network-online.target
[Service]
Type=exec
User=webdav
Group=webdav
ExecStart=/usr/local/bin/webdav --config /etc/webdav/config.toml
Restart=always
[Install]
WantedBy=multi-user.target