Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/systemd/systemd.client.class.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2164 by niro, Fri Jan 10 13:59:40 2014 UTC revision 2165 by niro, Fri Jan 10 14:00:18 2014 UTC
# Line 77  get_system_service() Line 77  get_system_service()
77   case "${command}" in   case "${command}" in
78   status) ${chrooted} systemctl status "${service}" ;;   status) ${chrooted} systemctl status "${service}" ;;
79   enabled) ${chrooted} systemctl is-enabled "${service}"; rvecho "$?" ;;   enabled) ${chrooted} systemctl is-enabled "${service}"; rvecho "$?" ;;
80   runlevel) rvecho "$(readline ${MROOT}/etc/systemd/system/default.target)" ;;   runlevel) rvecho "$(readline ${MROOT}@@SYSTEMDSYSTEMCONFDIR@@/default.target)" ;;
81   *) help_system_service && return ;;   *) help_system_service && return ;;
82   esac   esac
83  }  }

Legend:
Removed from v.2164  
changed lines
  Added in v.2165