summaryrefslogtreecommitdiff
blob: 5b6837cc62b8ba95914eab853274154706d535f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/sbin/runscript
# By eroen, 2014
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.

### These are default values for /etc/init.d/isso .

# If you wish to run several instances, you might prefer to create a symlink to
# the isso init script named isso.<instancename> in /etc/init.d/ and copy the
# configuration file to /etc/isso.<instancename>.conf .
#ISSO_CONF="/etc/isso.conf"
#ISSO_LOG="/var/log/isso.log"
#ISSO_USER="isso:isso"

### End of default values.


# If your isso instance needs to be accessible or can only reach your website
# over the network, you should ensure a network interface is up when it is
# started.
#rc_need=${rc_need} net.eth0

# If your website is hosted on the same box the isso instance runs on, you need
# to ensure the webserver is up before isso is started.
#rc_need=${rc_need} lighttpd

# vim: ft=gentoo-conf-d