Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 1 | [Unit] |
2 | Description=Kodi media thing | ||||
3 | |||||
4 | [Service] | ||||
5 | User=root | ||||
6 | Type=simple | ||||
7 | SuccessExitStatus=0 1 | ||||
8 | IOSchedulingClass=realtime | ||||
9 | IOSchedulingPriority=0 | ||||
10 | |||||
11 | ExecStart=/usr/bin/xinit /usr/bin/kodi-standalone -- /usr/bin/X :0 | ||||
12 | |||||
13 | [Install] | ||||
14 | WantedBy=basic.target |