webdav/misc/webdav.service

15 lines
227 B
SYSTEMD
Raw Normal View History

2025-04-24 20:53:37 +02:00
[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