xref: /openbmc/bios-settings-mgr/service_files/xyz.openbmc_project.biosconfig_manager.service (revision 642f437e13a3bc09ad768f5fc7dd5a1afb7a9e0d)
1[Unit]
2Description= BIOS Config Manager - For Remote BIOS configuration update
3
4[Service]
5Restart=always
6ExecStart=/usr/bin/biosconfig-manager
7SyslogIdentifier=biosconfig-manager
8Type=dbus
9BusName=xyz.openbmc_project.BIOSConfigManager
10
11[Install]
12WantedBy=multi-user.target
13