summaryrefslogtreecommitdiff
path: root/scripts/scriptmgr.py
AgeCommit message (Collapse)Author
2013-02-28scripts: sweeping change to postpone log string formattingmartinko
2013-01-29scriptmgr: fix copy-paste error in full_pathMarko Kreen
2013-01-21scriptmgr: give -nH args to sudoMarko Kreen
2013-01-20scriptmgr: fix ~ expansionMarko Kreen
2013-01-18scriptmgr: user= supportMarko Kreen
Daemon sections can now have user= option. It makes scriptmgr launch (and kill) daemons with sudo -u $user.
2012-07-25scripts/scriptmgr.py: status command can optionally be more selectivemartinko
2012-07-24scripts/scriptmgr.py: added option for specifying service typemartinko
-t SVC, --type=SVC apply command to all jobs of this service type
2011-11-08scripts/scriptmgr.py: added --wait optionmartinko
The new option will make ScriptMgr to wait for all jobs to finish their processing. This applies to both "stop" and "restart" commands. Btw, restarting should be (much) faster now.
2011-11-08scriptmgr.py: fix small logging bugmartinko
2011-09-07scripts/scriptmgr.py: ignoring stale pid files when starting scriptsmartinko
2009-06-07pkgloader module to be able to coexist with 2.xMarko Kreen
Use scheme that pygtk uses to support parallel installations: import pkgloader pkgloader.require('skytools', '3.0') import skytools This will allow keeping old module installed by default and new version is used only by request.
2009-06-01python scripts: Move template config to docstring.Asko Oja
* Template config is now in docstring to make to more easy to keep up-to-date. * dbscript: --ini option to show template config.
2009-02-13scripts/ update, mostly from 2.1-stableMarko Kreen
Some docsrting updates also. Dispatchers have not upgraded for cascading yet.
2008-09-17- s/self.jobs/jobs/ in "reload"Martin Pihlak
- fix "start" error message when job is already running
2007-07-16scriptmgr: more error checking, dont die on user mistakesMarko Kreen
2007-03-13final public releaseskytools_2_1Marko Kreen