Brad Bishop | 3c90f59 | 2016-08-08 08:53:13 -0400 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Phosphor Chassis%i Control |
| 3 | |
| 4 | [Service] |
| 5 | Restart=always |
Michael Tritz | fbd81be | 2017-08-15 14:07:23 -0500 | [diff] [blame] | 6 | ExecStart=/usr/bin/env chassis_control.py |
| 7 | SyslogIdentifier=chassis_control.py |
Brad Bishop | 3c90f59 | 2016-08-08 08:53:13 -0400 | [diff] [blame] | 8 | Type=dbus |
| 9 | BusName={BUSNAME} |
| 10 | Environment="PYTHONUNBUFFERED=1" |
Andrew Geissler | ff710fb | 2018-01-24 11:35:12 -0800 | [diff] [blame] | 11 | TimeoutStartSec=180s |
Brad Bishop | 3c90f59 | 2016-08-08 08:53:13 -0400 | [diff] [blame] | 12 | |
| 13 | [Install] |
| 14 | WantedBy={SYSTEMD_DEFAULT_TARGET} |