1[Unit]
2Description=Daemon to control service configuration
3
4[Service]
5Restart=always
6ExecStart=/usr/bin/env phosphor-srvcfg-manager
7RestartSec=5
8StartLimitInterval=0
9SyslogIdentifier=srvcfg-manager
10Type=dbus
11BusName=xyz.openbmc_project.Control.Service.Manager
12
13[Install]
14WantedBy=basic.target
15