This commit is contained in:
Artur Gurgul 2025-04-24 20:53:37 +02:00 committed by Artur Gurgul
commit a0a338067b
16 changed files with 898 additions and 0 deletions

15
misc/webdav.service Normal file
View file

@ -0,0 +1,15 @@
[Unit]
Description = WebDAV Server
After=network.target
[Service]
User = root
Group = root
Type = simple
ExecStart = /srv/bin/webdav
#Restart = on-abort
Restart=on-failure
RestartSec = 5
[Install]
WantedBy = multi-user.target