Till Brehm
2014-09-30 49b3f5ec2a3c105652d451469eeb09a5ed75eba0
server/lib/classes/system.inc.php
@@ -1722,7 +1722,7 @@
   function getinitcommand($servicename, $action, $init_script_directory = ''){
      global $conf;
      // systemd
      if(is_executable('/bin/systemd')){
      if(is_executable('/bin/systemd') || is_executable('/usr/bin/systemctl')){
         return 'systemctl '.$action.' '.$servicename.'.service';
      }
      // upstart