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 2089 by niro, Fri May 10 13:29:29 2013 UTC revision 2090 by niro, Fri May 10 13:37:51 2013 UTC
# Line 42  set_system_service() Line 42  set_system_service()
42   stop) ${chrooted} systemctl stop "${service}" ;;   stop) ${chrooted} systemctl stop "${service}" ;;
43   restart) ${chrooted} systemctl try-restart "${service}" ;;   restart) ${chrooted} systemctl try-restart "${service}" ;;
44   reload) ${chrooted} systemctl reload-or-try-restart "${service}" ;;   reload) ${chrooted} systemctl reload-or-try-restart "${service}" ;;
45   add) ${chrooted} systemctl enable "${service}" ;;   enable) ${chrooted} systemctl enable "${service}" ;;
46   del) ${chrooted} systemctl disable "${service}" ;;   disable) ${chrooted} systemctl disable "${service}" ;;
47   *) help_system_service && return ;;   *) help_system_service && return ;;
48   esac   esac
49  }  }

Legend:
Removed from v.2089  
changed lines
  Added in v.2090