[Unit]
Description=githttp-fs Git-backed content management database served over HTTP
After=network.target
[Service]
Type=simple
User=githttp-fs
Group=githttp-fs
ExecStart=/usr/bin/githttp-fs -c /etc/githttp-fs.toml
Restart=on-failure
LimitNOFILE=infinity
[Install]
WantedBy=multi-user.target