diff options
Diffstat (limited to 'graphical_start')
-rw-r--r-- | graphical_start | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphical_start b/graphical_start new file mode 100644 index 0000000..ce95220 --- /dev/null +++ b/graphical_start @@ -0,0 +1,13 @@ +#!/sbin/runscript +# Copyright 2013 Argent and Argent +# Distributed under the terms of the GNU General Public License v2 + +depend() { + after kogaionlive +} + +start() { + ebegin "Starting the Graphical Interface" + /usr/libexec/graphical_start.sh + eend $? +} |