0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-03-01 03:21:21 +00:00
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