summaryrefslogtreecommitdiff
blob: d9bdac200930349d6501b3caea818308309c6d26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# /etc/conf.d/ocsigen : config file for /etc/init.d/ocsigen

# Path for the ocsigen binary

DAEMON=/usr/bin/ocsigen

# Name for ocsigen daemon

NAME=ocsigen

# Locstion of Ocsigen config file

CONF=/etc/$NAME/ocsigen.conf

# PID file location

PIDFILE=/var/run/$NAME.pid

# Add here any additional aptions for ocsigen

OCSIGEN_OPTS=""