Hello from MCP server
[Unit]
Description=Litestream SQLite Replication
After=network.target
[Service]
User={{ deploy_user }}
Group={{ deploy_user }}
ExecStart=/usr/local/bin/litestream replicate -config /etc/litestream.yml
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target