diff options
Diffstat (limited to 'move/move.pm')
-rw-r--r-- | move/move.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/move/move.pm b/move/move.pm index 6db130127..0d505ee5a 100644 --- a/move/move.pm +++ b/move/move.pm @@ -67,6 +67,8 @@ sub install2::startMove { $root->draw_pixbuf(Gtk2::Gdk::GC->new($root), $pixbuf, 0, 0, ($::rootwidth - $w) / 2, ($::rootheight - $h)/2, $w, $h, 'none', 0, 0); ugtk2::gtkflush(); + run_program::run('/sbin/service', 'syslog', 'start'); # otherwise minilogd will strike + run_program::run('adduser', 'mdk'); output('/var/run/console.lock', 'mdk'); |