blob: 66139e34c5be867ab03613621483645f80ab0b85 [file] [log] [blame]
Brad Bishop3c90f592016-08-08 08:53:13 -04001[Unit]
2Description=Phosphor LED Management Daemon
3
4[Service]
5Restart=always
6ExecStart={sbindir}/led_controller.exe
7Type=dbus
8BusName={BUSNAME}
9
10[Install]
11WantedBy={SYSTEMD_DEFAULT_TARGET}