xref: /openbmc/phosphor-buttons/service_files/phosphor-button-handler.service (revision dd5495cf40d5911fb9ad04acc6689ae8af054524)
1[Unit]
2Description=Phosphor Button Handler
3Wants=xyz.openbmc_project.Chassis.Buttons.service
4After=xyz.openbmc_project.Chassis.Buttons.service
5Wants=obmc-mapper.target
6After=obmc-mapper.target
7
8[Service]
9Restart=always
10ExecStart=/usr/bin/env button-handler
11SyslogIdentifier=button-handler
12
13[Install]
14WantedBy=multi-user.target
15
16