blob: aad06b10235e8b91de1f803aaee420dc28d5231c [file] [log] [blame]
Brad Bishop7e164be2016-08-08 08:53:13 -04001[Unit]
2Description=Phosphor Chassis%i Control
3
4[Service]
5Restart=always
Michael Tritz0ad3b1d2017-08-15 14:07:23 -05006ExecStart=/usr/bin/env chassis_control.py
7SyslogIdentifier=chassis_control.py
Brad Bishop7e164be2016-08-08 08:53:13 -04008Type=dbus
9BusName={BUSNAME}
10Environment="PYTHONUNBUFFERED=1"
Andrew Geissler84082c92018-01-24 11:35:12 -080011Nice=19
12TimeoutStartSec=180s
Brad Bishop7e164be2016-08-08 08:53:13 -040013
14[Install]
15WantedBy={SYSTEMD_DEFAULT_TARGET}