Matt Spinler | f654267 | 2018-11-15 16:22:48 -0600 | [diff] [blame] | 1 | [Unit] |
2 | Description=Phosphor Buttons | ||||
3 | |||||
4 | [Service] | ||||
5 | Restart=always | ||||
6 | RestartSec=3 | ||||
Patrick Venture | 6910122 | 2019-03-28 13:37:08 -0700 | [diff] [blame] | 7 | ExecStart=/usr/bin/buttons |
Matt Spinler | f654267 | 2018-11-15 16:22:48 -0600 | [diff] [blame] | 8 | SyslogIdentifier=buttons |
9 | Type=dbus | ||||
10 | BusName=xyz.openbmc_project.Chassis.Buttons | ||||
11 | |||||
12 | [Install] | ||||
Patrick Venture | 1ac9ab6 | 2019-04-07 09:29:19 -0700 | [diff] [blame] | 13 | WantedBy=multi-user.target |