2015-09-13 01:05:02 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Eject the DVD
|
|
|
|
Before=final.target
|
|
|
|
After=shutdown.target
|
|
|
|
DefaultDependencies=no
|
2018-02-12 15:29:21 +01:00
|
|
|
ConditionPathExists=!/flash
|
2015-09-13 01:05:02 +02:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
ExecStart=/usr/bin/eject -m
|
|
|
|
StandardInput=tty-force
|
|
|
|
StandardOutput=inherit
|
|
|
|
StandardError=inherit
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=shutdown.target
|