summarylogtreecommitdiffstats
path: root/kodi-remote-start-daemon-standalone-wayland@.service
blob: 14de5276d4969afdcf9ef1888d846fb0c300bd01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Daemon for starting the kodi-wayland standalone service 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 kodi-wayland.service
Restart=always
RestartSec=5
StandardOutput=journal
StandardError=journal

[Install]
WantedBy=multi-user.target