summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/chassis/obmc-button-reset/org.openbmc.buttons.reset@.service
blob: 395eeb9d25e19211b2cd91813c046d7a5afe832c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Phosphor Reset Button%i

[Service]
Restart=always
ExecStart=/usr/bin/env button_reset.exe
SyslogIdentifier=button_reset.exe
Type=dbus
BusName={BUSNAME}

[Install]
WantedBy={SYSTEMD_DEFAULT_TARGET}