summaryrefslogtreecommitdiff
path: root/cdeject
diff options
context:
space:
mode:
authorBlackNoxis <steven.darklight@gmail.com>2014-11-21 18:07:24 +0200
committerBlackNoxis <steven.darklight@gmail.com>2014-11-21 18:07:24 +0200
commitdacc0bfae08c88125035f08cd136641eee95137f (patch)
treeb2af748741e2ab9ebca0f57d8ce32b5bc75b1a58 /cdeject
Kogaion live git added
Diffstat (limited to 'cdeject')
-rw-r--r--cdeject11
1 files changed, 11 insertions, 0 deletions
diff --git a/cdeject b/cdeject
new file mode 100644
index 0000000..302a341
--- /dev/null
+++ b/cdeject
@@ -0,0 +1,11 @@
+#!/sbin/runscript
+
+description="Eject LiveCD/DVD at live system shutdown/reboot"
+
+depend() {
+ after *
+}
+
+start() {
+ /usr/libexec/cdeject.sh
+}