mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
udisks: rework systemd service files, remove unneeded service file
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
2b628980db
commit
506a8c88c7
@ -55,6 +55,5 @@ post_makeinstall_target() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
enable_service udisks.service
|
|
||||||
enable_service udisks-mount-disks.service
|
enable_service udisks-mount-disks.service
|
||||||
}
|
}
|
||||||
|
@ -6,4 +6,4 @@ ExecStart=/usr/lib/udisks/udisks-mount-disks
|
|||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=remote-fs.target
|
WantedBy=multi-user.target
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
[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