summarylogtreecommitdiffstats
path: root/mgmt.service
blob: 40054c0b8ce0cc5d33a2f0ce40bfead6983c3c53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Run mgmt configuration management
Documentation=https://github.com/purpleidea/mgmt/
After=systemd-networkd.service
Requires=systemd-networkd.service

[Service]
ExecStart=/usr/bin/mgmt run ${OPTS}
RestartSec=5s
Restart=always

[Install]
WantedBy=multi-user.target