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