xref: /openbmc/phosphor-buttons/service_files/xyz.openbmc_project.Chassis.Buttons.service (revision 1ac9ab6d29dc06bf15f1377fc8aebb21a3e5a600)
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