mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-25 13:06:17 +00:00
204c71ec6a
Signed-off-by: Stephan Raue <stephan@openelec.tv>
19 lines
348 B
Desktop File
19 lines
348 B
Desktop File
[Unit]
|
|
Description=XBMC Media Center
|
|
Requires=installer.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/installer
|
|
Type=idle
|
|
StandardInput=tty-force
|
|
StandardOutput=inherit
|
|
StandardError=inherit
|
|
KillMode=process
|
|
|
|
# Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash
|
|
# terminates cleanly.
|
|
KillSignal=SIGHUP
|
|
|
|
[Install]
|
|
WantedBy=installer.target
|