regops 0.2.2

GitOps agent for localhost configuration management
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=RegOps service
After=network.target

[Service]
Type=simple
User=regops
Group=regops
ExecStart=/usr/bin/regops
Restart=on-failure
RestartSec=5
ProtectSystem=full

[Install]
WantedBy=multi-user.target