Magellan Linux

Diff of /trunk/include/mtools.minc

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

revision 22 by niro, Thu Jun 2 22:46:24 2011 UTC revision 29 by niro, Fri Aug 26 22:19:37 2011 UTC
# Line 98  mreloadservice() Line 98  mreloadservice()
98   fi   fi
99  }  }
100    
   
101  # adds systemd units to runlevels and starts them  # adds systemd units to runlevels and starts them
102  # mstartunit service {/path/to/service_exec}  # mstartunit service {/path/to/service_exec}
103  mstartunit()  mstartunit()
# Line 241  mreloadunit() Line 240  mreloadunit()
240   esac   esac
241   fi   fi
242    
243     # reload daemon to honor changed unit files
244     systemctl daemon-reload
245    
246   # do not stop services on bootstrap or MROOT!=/   # do not stop services on bootstrap or MROOT!=/
247   if [[ ${MAGE_BOOTSTRAP} != true ]] && [[ -z ${MROOT} ]] || [[ ${MROOT} = / ]]   if [[ ${MAGE_BOOTSTRAP} != true ]] && [[ -z ${MROOT} ]] || [[ ${MROOT} = / ]]
248   then   then

Legend:
Removed from v.22  
changed lines
  Added in v.29