webdav/misc/webdav.service
Artur Gurgul a0a338067b init
2025-04-25 08:44:55 +02:00

15 lines
No EOL
227 B
Desktop File

[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