Brad Bishop | fb6a8e1 | 2019-03-29 10:54:44 -0400 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=OpenBMC ipKVM daemon |
Brad Bishop | 861337e | 2019-11-14 14:30:17 -0500 | [diff] [blame] | 3 | ConditionPathIsMountPoint=/sys/kernel/config |
Brad Bishop | fb6a8e1 | 2019-03-29 10:54:44 -0400 | [diff] [blame] | 4 | |
| 5 | [Service] |
| 6 | Restart=always |
Jae Hyun Yoo | c11257d | 2020-07-22 23:39:18 -0700 | [diff] [blame] | 7 | ExecStartPre=/usr/bin/create_usbhid.sh disconnect |
Jae Hyun Yoo | f8e05e5 | 2019-09-27 09:57:28 -0700 | [diff] [blame] | 8 | ExecStart=/usr/bin/obmc-ikvm -v /dev/video0 -k /dev/hidg0 -p /dev/hidg1 |
Brad Bishop | fb6a8e1 | 2019-03-29 10:54:44 -0400 | [diff] [blame] | 9 | |
| 10 | [Install] |
| 11 | WantedBy=multi-user.target |