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

[Service]
Restart=always
RestartSec=3
ExecStart=/usr/bin/env power-control
SyslogIdentifier=power-control
Type=dbus
BusName={BUSNAME}

[Install]
WantedBy={SYSTEMD_DEFAULT_TARGET}