xref: /openbmc/phosphor-buttons/service_files/phosphor-button-handler.service (revision 1ac9ab6d29dc06bf15f1377fc8aebb21a3e5a600)
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