blob: a4cb16439c47a61eb7f0944ce8e27af786e37e40 [file] [log] [blame]
Brad Bishop3c90f592016-08-08 08:53:13 -04001[Unit]
2Description=Phosphor Sensor Manager
Gunnar Mills55c786a2018-01-28 19:48:02 -06003Wants=mapper-wait@-xyz-openbmc_project-control-power_supply_redundancy.service
4After=mapper-wait@-xyz-openbmc_project-control-power_supply_redundancy.service
Brad Bishop3c90f592016-08-08 08:53:13 -04005
6[Service]
7Restart=always
Michael Tritzfbd81be2017-08-15 14:07:23 -05008ExecStart=/usr/bin/env sensor_manager2.py
9SyslogIdentifier=sensor_manager2.py
Brad Bishop3c90f592016-08-08 08:53:13 -040010Type=dbus
11BusName={BUSNAME}
12Environment="PYTHONUNBUFFERED=1"
Brad Bishop3c90f592016-08-08 08:53:13 -040013
14[Install]
15WantedBy={SYSTEMD_DEFAULT_TARGET}