aceberg/git-confed

View on GitHub
configs/git-confed.service

Summary

Maintainability
Test Coverage
[Unit]
Description=git-confed
Documentation=https://github.com/aceberg/git-confed
After=network-online.target
Wants=network-online.target

[Service]
ExecStart=/usr/bin/git-confed -c /etc/git-confed/config.yaml -b /etc/git-confed/blocks.yaml
Restart=on-failure

[Install]
WantedBy=multi-user.target