Changes between Version 47 and Version 48 of members/GRIP-UQAM


Ignore:
Timestamp:
Mar 11, 2016, 3:34:46 PM (8 years ago)
Author:
Grip Uqam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • members/GRIP-UQAM

    v47 v48  
    142142* $ ./composer.phar update
    143143== Cron ==
    144 * Consider output to an (even empty) file a good practice allowing to check last time the command has been executed.
    145 {{{#!application/x-shellscript ... &> cron/results/<file>}}}
    146 This is because some subtle errors may prevent execution of cron commands, eg. see #11534
     144* Consider output to an (even empty) file a good practice allowing to check last time the command has been executed. This is because some subtle errors may prevent execution of cron commands, eg. see #11534
     145{{{#!application/x-shellscript
     146... &> cron/results/<file>
     147}}}
    147148* Consider nice and ionice to give priority to interactive tasks
    148 {{{#!application/x-shellscript nice -n 127 ionice --class=idle ...}}}
     149{{{#!application/x-shellscript
     150nice -n 127 ionice --class=idle ...
     151}}}
    149152== Some Drush commands ==
    150153* drush -v help