# /etc/systemd/system/mgmt.service [Unit] Description=Mgmt configuration management service Documentation=https://github.com/purpleidea/mgmt/ After=systemd-networkd.service Requires=systemd-networkd.service [Service] ExecStart=/usr/bin/mgmt run empty $OPTS RestartSec=5s Restart=always LimitNOFILE=16384 [Install] WantedBy=multi-user.target