[Unit]
Description=rclone WebDAV server for blog
After=network.target

[Service]
Type=simple
ExecStart=/usr/local/bin/rclone serve webdav /var/www/blog --addr 127.0.0.1:5580 --user openclaw --pass blog2026
Restart=on-failure
RestartSec=5s
User=root

[Install]
WantedBy=multi-user.target
