blob: 443ecbbabdc257afc9a6a1703a03a3e9410b8705 [file] [log] [blame]
Brad Bishop3c90f592016-08-08 08:53:13 -04001[Unit]
2Description=Phosphor Power Button%i
3Wants=mapper-wait@-org-openbmc-managers-System.service
4After=mapper-wait@-org-openbmc-managers-System.service
5
6[Service]
7Restart=always
Michael Tritzfbd81be2017-08-15 14:07:23 -05008ExecStart=/usr/bin/env button_power.exe
9SyslogIdentifier=button_power.exe
Brad Bishop3c90f592016-08-08 08:53:13 -040010Type=dbus
11BusName={BUSNAME}
12
13[Install]
14WantedBy={SYSTEMD_DEFAULT_TARGET}