xref: /openbmc/phosphor-buttons/service_files/xyz.openbmc_project.Chassis.Buttons.service (revision dd5495cf40d5911fb9ad04acc6689ae8af054524)
1[Unit]
2Description=Phosphor Buttons
3
4[Service]
5Restart=always
6RestartSec=3
7ExecStart=/usr/bin/buttons
8SyslogIdentifier=buttons
9Type=dbus
10BusName=xyz.openbmc_project.Chassis.Buttons
11
12[Install]
13WantedBy=multi-user.target
14