mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
udisks: start udisks daemon manually so its there on xbmc start
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
3633392d9c
commit
5c04d9e3fb
@ -50,3 +50,7 @@ post_makeinstall_target() {
|
|||||||
rm -rf $INSTALL/etc/profile.d
|
rm -rf $INSTALL/etc/profile.d
|
||||||
rm -rf $INSTALL/lib/udev/rules.d
|
rm -rf $INSTALL/lib/udev/rules.d
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
enable_service udisks.service
|
||||||
|
}
|
||||||
|
10
packages/sysutils/udisks/system.d/udisks.service
Normal file
10
packages/sysutils/udisks/system.d/udisks.service
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Udisks server daemon
|
||||||
|
After=syslog.target polkit.service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/usr/lib/udisks/udisks-daemon --no-debug
|
||||||
|
KillMode=process
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=xbmc.target
|
Loading…
x
Reference in New Issue
Block a user