mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
udevil: dont fail if mount is not possible, because its already mounted
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
cb5480f13c
commit
f50a190d7f
@ -3,6 +3,6 @@ Description=Udevil mount service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/udevil --mount %I
|
||||
ExecStop=/usr/bin/udevil --umount %I
|
||||
ExecStart=-/usr/bin/udevil --mount %I
|
||||
ExecStop=-/usr/bin/udevil --umount %I
|
||||
RemainAfterExit=yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user