githttp-fs 1.5.1

A git-backed content management database served over HTTP
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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