jjasper4
|
7f8ceb3f45
|
shutdown support
git-svn-id: https://svn.kenai.com/svn/winsw~subversion/trunk@24 c8b2a3fe-9b5b-6a51-a37e-dc31b0e308fa
|
2009-01-14 21:40:30 +00:00 |
jjasper4
|
8fc1277776
|
unix lf
git-svn-id: https://svn.kenai.com/svn/winsw~subversion/trunk@23 c8b2a3fe-9b5b-6a51-a37e-dc31b0e308fa
|
2009-01-14 18:55:49 +00:00 |
jjasper4
|
cb3cff2dbe
|
restart service revisited
git-svn-id: https://svn.kenai.com/svn/winsw~subversion/trunk@22 c8b2a3fe-9b5b-6a51-a37e-dc31b0e308fa
|
2009-01-07 21:13:29 +00:00 |
jjasper4
|
d42cf5188c
|
support different stop executable (for example MySQL)
git-svn-id: https://svn.kenai.com/svn/winsw~subversion/trunk@21 c8b2a3fe-9b5b-6a51-a37e-dc31b0e308fa
|
2009-01-05 21:58:57 +00:00 |
jjasper4
|
fe0ceb5e79
|
bugfix restart service options
git-svn-id: https://svn.kenai.com/svn/winsw~subversion/trunk@20 c8b2a3fe-9b5b-6a51-a37e-dc31b0e308fa
|
2009-01-05 21:40:01 +00:00 |
kohsuke
|
6ddd127c38
|
pushing 1.5
git-svn-id: https://svn.kenai.com/svn/winsw~subversion/trunk@19 c8b2a3fe-9b5b-6a51-a37e-dc31b0e308fa
|
2009-01-05 18:31:45 +00:00 |
kohsuke
|
58d7f0afd2
|
applied a patch in https://kenai.com/bugzilla/attachment.cgi?id=25
git-svn-id: https://svn.kenai.com/svn/winsw~subversion/trunk@18 c8b2a3fe-9b5b-6a51-a37e-dc31b0e308fa
|
2009-01-05 18:30:52 +00:00 |
kohsuke
|
92418b67d8
|
prepared to push 1.4
git-svn-id: https://svn.kenai.com/svn/winsw~subversion/trunk@16 c8b2a3fe-9b5b-6a51-a37e-dc31b0e308fa
|
2008-11-17 01:21:55 +00:00 |
kohsuke
|
8b650f865e
|
Doc improvement.
git-svn-id: https://svn.kenai.com/svn/winsw~subversion/trunk@15 c8b2a3fe-9b5b-6a51-a37e-dc31b0e308fa
|
2008-11-17 01:20:40 +00:00 |
jjasper4
|
afab25eba5
|
Support for startargument and stopargument to enable services that require something like 'catalina.bat run' and 'catalina stop'
git-svn-id: https://svn.kenai.com/svn/winsw~subversion/trunk@14 c8b2a3fe-9b5b-6a51-a37e-dc31b0e308fa
|
2008-11-09 17:46:06 +00:00 |
jjasper4
|
d9014f5db9
|
Support multiple optionally element depend to specify a service that must start before this service starts.
git-svn-id: https://svn.kenai.com/svn/winsw~subversion/trunk@13 c8b2a3fe-9b5b-6a51-a37e-dc31b0e308fa
|
2008-11-08 22:21:58 +00:00 |
jjasper4
|
127d6ca5a3
|
Support multiple optionally element depend to specify a service that must start before this service starts.
git-svn-id: https://svn.kenai.com/svn/winsw~subversion/trunk@12 c8b2a3fe-9b5b-6a51-a37e-dc31b0e308fa
|
2008-11-08 22:19:24 +00:00 |
jjasper4
|
e5b221f801
|
Support an optionally specified logpath element.
git-svn-id: https://svn.kenai.com/svn/winsw~subversion/trunk@11 c8b2a3fe-9b5b-6a51-a37e-dc31b0e308fa
|
2008-11-08 22:02:48 +00:00 |
jjasper4
|
bd2ce3688a
|
Support a Logmode to 'reset', 'roll' once or 'append' (default) the out.log and err.log files.
git-svn-id: https://svn.kenai.com/svn/winsw~subversion/trunk@10 c8b2a3fe-9b5b-6a51-a37e-dc31b0e308fa
|
2008-11-08 21:38:14 +00:00 |
jjasper4
|
9d5c22007f
|
Support for multiple optional <argument> elements to make it easier to uncomment single (debug) arguments. When available the argument element(s) overrule the <arguments> element.
git-svn-id: https://svn.kenai.com/svn/winsw~subversion/trunk@9 c8b2a3fe-9b5b-6a51-a37e-dc31b0e308fa
|
2008-11-08 20:49:58 +00:00 |
jjasper4
|
88107b7cd4
|
Add envars from config.xml to the Environment.SetEnvironmentVariable to enable the usage of those envars in arguments, etc. Note: OnStart must first call descriptor.EnvironmentVariables for this to work. The envars are written to the EventLog information.
git-svn-id: https://svn.kenai.com/svn/winsw~subversion/trunk@8 c8b2a3fe-9b5b-6a51-a37e-dc31b0e308fa
|
2008-11-08 20:27:46 +00:00 |
jjasper4
|
d51e11a7a4
|
support that the windows service wrapper executable itself is available on the PATH
git-svn-id: https://svn.kenai.com/svn/winsw~subversion/trunk@7 c8b2a3fe-9b5b-6a51-a37e-dc31b0e308fa
|
2008-11-08 20:07:19 +00:00 |
kohsuke
|
cee2f0a19e
|
ready to push 1.3
git-svn-id: https://svn.kenai.com/svn/winsw~subversion/trunk@6 c8b2a3fe-9b5b-6a51-a37e-dc31b0e308fa
|
2008-11-01 06:10:00 +00:00 |
kohsuke
|
0b36ee6a73
|
pushing 1.2
git-svn-id: https://svn.kenai.com/svn/winsw~subversion/trunk@5 c8b2a3fe-9b5b-6a51-a37e-dc31b0e308fa
|
2008-10-31 04:18:13 +00:00 |
kohsuke
|
3d280921fd
|
added restart support
git-svn-id: https://svn.kenai.com/svn/winsw~subversion/trunk@4 c8b2a3fe-9b5b-6a51-a37e-dc31b0e308fa
|
2008-10-31 04:14:26 +00:00 |
kohsuke
|
0f0d0fd0ff
|
added interactivity option and preparing for 1.1
git-svn-id: https://svn.kenai.com/svn/winsw~subversion/trunk@3 c8b2a3fe-9b5b-6a51-a37e-dc31b0e308fa
|
2008-09-26 23:38:58 +00:00 |
kohsuke
|
e94628badf
|
initial import
git-svn-id: https://svn.kenai.com/svn/winsw~subversion/trunk@2 c8b2a3fe-9b5b-6a51-a37e-dc31b0e308fa
|
2008-09-26 23:31:19 +00:00 |
kohsuke
|
08eed56c39
|
created a default svn structure
git-svn-id: https://svn.kenai.com/svn/winsw~subversion/trunk@1 c8b2a3fe-9b5b-6a51-a37e-dc31b0e308fa
|
2008-09-26 23:30:02 +00:00 |