summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-intel/chassis/intel-chassis-control/xyz.openbmc_project.Chassis.Control.Chassis@.service
blob: 521cb17b4dee3780bd90290a211db1e7d52d9167 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Intel Chassis%i Control

[Service]
Restart=always
ExecStart=/usr/bin/env chassis-control
SyslogIdentifier=chassis-control
Type=dbus
BusName={BUSNAME}
Nice=19
TimeoutStartSec=180s

[Install]
WantedBy={SYSTEMD_DEFAULT_TARGET}