| Joel Stanley | 464c832 | 2018-05-11 13:41:15 +0930 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Hostboot Boot Settings | ||||
| 3 | |||||
| 4 | [Service] | ||||
| 5 | Type=oneshot | ||||
| Lei YU | c55b7de | 2019-05-24 13:51:04 +0800 | [diff] [blame^] | 6 | RemainAfterExit=true |
| Joel Stanley | 464c832 | 2018-05-11 13:41:15 +0930 | [diff] [blame] | 7 | ExecStart=/usr/bin/hb_settings --uart vuart |
| 8 | |||||
| 9 | [Install] | ||||
| Patrick Venture | e2b29cd | 2019-04-07 09:26:37 -0700 | [diff] [blame] | 10 | WantedBy=multi-user.target |