xref: /openbmc/service-config-manager/srvcfg-manager.service (revision 0f2b1414d0dda4534008fc5eb0e939d99287c0eb)
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