summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install_steps_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm
index 77f4b1829..594039754 100644
--- a/perl-install/install_steps_gtk.pm
+++ b/perl-install/install_steps_gtk.pm
@@ -107,7 +107,7 @@ sub new($$) {
require move;
require run_program;
move::automatic_xconf($o);
- run_program::rooted('', '/sbin/service', 'xfs', 'start');
+ run_program::run('/sbin/service', 'xfs', 'start');
@servers = qw(X);
}