Ticket #7846 (closed enhancement: fixed)
Well-behaved trac service on Windows.
| Reported by: | ofv@… | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.2.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
On
http://trac.edgewall.org/wiki/TracOnWindowsStandalone
section "Running tracd as service"
it is noted that the service created after following the instructions there will not stop correctly and there is a call for help on solving the issue. This modifications solves the problem, at least on Windows XP:
- create string value Application with the full path to pythonw.exe
- create string value AppParameters with the full path to tracd-script.py plus the set of desired tracd parameters, e.g. "c:/Python25/Scripts/trac-script.py --port 8080 c:\path\to\trac" (without the quotes)
Tried to edit the wiki page but it was rejected as spam.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


