This file is indexed.

/lib/systemd/system/kodi.service is in kodi 2:17.1+dfsg1-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
[Unit]
Description=Kodi Media Center

# if you don't need the MySQL DB backend, this should be sufficient
After=systemd-user-sessions.service network.target sound.target

# if you need the MySQL DB backend, use this block instead of the previous
# After=systemd-user-sessions.service network.target sound.target mysql.service
# Wants=mysql.service

[Service]
User=kodi
Group=kodi
Type=simple
#PAMName=login # you might want to try this one, did not work on all systems
ExecStart=/usr/bin/xinit /usr/bin/dbus-launch --exit-with-session /usr/bin/kodi-standalone -- :0 -nolisten tcp vt7
Restart=on-abort
RestartSec=5

[Install]
WantedBy=multi-user.target