eject.service: fix for livecd presence check (check for !/flash instead of !/flash/rwroot)

This commit is contained in:
Silvan Calarco 2018-02-12 15:29:21 +01:00
parent 649f5ecd2a
commit 0ddf9b7c97

View File

@ -3,7 +3,7 @@ Description=Eject the DVD
Before=final.target Before=final.target
After=shutdown.target After=shutdown.target
DefaultDependencies=no DefaultDependencies=no
ConditionPathExists=!/flash/rwroot ConditionPathExists=!/flash
[Service] [Service]
Type=oneshot Type=oneshot