1[Unit]
2Description=Phosphor LED Group Management Daemon
3Before=mapper-wait@-xyz-openbmc_project-led-groups.service
4After=phosphor-ledcontroller.service
5
6[Service]
7Restart=always
8ExecStart=/usr/bin/env phosphor-ledmanager
9SyslogIdentifier=phosphor-ledmanager
10Type=dbus
11BusName={BUSNAME}
12
13[Install]
14WantedBy=multi-user.target
15