mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
alarm/kodi-rbp4 to 18.9-4
removed redundant switch from ExecStart=
This commit is contained in:
parent
1e846bd702
commit
16545789ee
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ _prefix=/usr
|
|||
pkgbase=kodi-rbp4
|
||||
pkgname=('kodi-rbp4' 'kodi-rbp4-eventclients' 'kodi-rbp4-tools-texturepacker' 'kodi-rbp4-dev')
|
||||
pkgver=18.9
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
_codename=Leia
|
||||
_ffmpeg_version="4.2.2-Matrix-Alpha1"
|
||||
_libdvdcss_version="1.4.2-$_codename-Beta-5"
|
||||
|
|
|
@ -10,7 +10,7 @@ Group=kodi
|
|||
PAMName=login
|
||||
TTYPath=/dev/tty1
|
||||
Environment=WINDOWING=gbm
|
||||
ExecStart=/usr/bin/kodi-standalone --standalone
|
||||
ExecStart=/usr/bin/kodi-standalone
|
||||
ExecStop=/usr/bin/killall --user kodi --exact --wait kodi-gbm
|
||||
Restart=on-abort
|
||||
StandardInput=tty
|
||||
|
|
Loading…
Reference in a new issue