mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +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]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/usr/bin/udevil --mount %I
|
ExecStart=-/usr/bin/udevil --mount %I
|
||||||
ExecStop=/usr/bin/udevil --umount %I
|
ExecStop=-/usr/bin/udevil --umount %I
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user