source:
issm/trunk-jpl/scripts/wincron.sh@
11495
Last change on this file since 11495 was 11495, checked in by , 13 years ago | |
---|---|
|
|
File size: 137 bytes |
Line | |
---|---|
1 | #/bin/bash |
2 | #Launch cron as a windows service, using cygrunsrv: |
3 | |
4 | cygrunsrv --install cron --path /usr/sbin/cron --args -n |
5 | net start cron |
Note:
See TracBrowser
for help on using the repository browser.