blob: c8a52060a9a2d65de4b492cee0087117e057959a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]
Description=Daemon for starting kodi (directly) from remote control apps like KORE, Kodi Remote, or Yatse (Port %i)
After=network-online.target
Wants=network-online.target
[Service]
ExecStart=/usr/bin/kodi-remote-start-daemon %i /usr/bin/kodi
Restart=always
RestartSec=5
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target
|