regops 0.4.1

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

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

[Install]
WantedBy=multi-user.target