summarylogtreecommitdiffstats
path: root/fossil-xinetd
blob: 28e22a198a23b9fcc73fe4f80c5aae410adb98c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
service fossil
{
#better not change any of these
type = UNLISTED
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/bin/fossil

#only change these
#http port, fossil will listen
port = 8055

#change this path to where your fossil repositories are
server_args = http /var/fossil

#comment next line to enable remote access
only_from = 127.0.0.1 localhost

#change to `no` to activate fossil
disable = yes
}