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