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

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

[Install]
WantedBy={SYSTEMD_DEFAULT_TARGET}