mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
Add polkit.rules and remove xinit from service.
This commit is contained in:
parent
a754b1a7e9
commit
65b4b1e63d
2 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ conflicts=("xbmc")
|
|||
install="xbmc.install"
|
||||
source=('xbmc.service'
|
||||
'polkit.rules')
|
||||
md5sums=('4fe0ed48de968fe3778fa8765d1647f3'
|
||||
md5sums=('55e6d3aab86e810c49a7f550be5b7f69'
|
||||
'db407faa4beb83b6368fc65ba9bc9507')
|
||||
|
||||
_gitname="xbmc"
|
||||
|
|
|
@ -6,8 +6,8 @@ After = remote-fs.target
|
|||
User = xbmc
|
||||
Group = xbmc
|
||||
Type = simple
|
||||
ExecStart = /usr/bin/xinit /usr/bin/xbmc-standalone -l /run/lirc/lircd -- :0 -nolisten tcp
|
||||
Restart = on-abort
|
||||
ExecStart = /usr/bin/xbmc-standalone -l /run/lirc/lircd
|
||||
Restart = on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy = multi-user.target
|
||||
|
|
Loading…
Reference in a new issue