1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-25 13:06:17 +00:00
Lakka-LibreELEC/packages/tools/installer/system.d/installer.service
Stephan Raue 204c71ec6a installer: rework systemd service file
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-08-17 20:43:48 +02:00

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