V0.93 with tracd on debian with apache.
when I update the htdigest file (e.g. change of a users password), trac
recognizes the new password only after a restart of tracd.
My questions:
a) can I avoid the need of the tracd restart?
b) if not, how can I automate the tracd restart?
sudo kill <process-id-of-tracd-daemon>
tracd ...
I retrieve the <process-id> manually via "ps -U <user>"
-
I've not enough unix bash knowledge to provide a possible solution:
* provide a script which contains the tracd start code
* script should store the returned process id into a file.
* a "restart" retrieves the process-id, kills and launches again.
./tracdrun start
./tracdrun stop
./tracdrun restart
.
--
http://lazaridis.com
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac