add Ubuntu Lucid Config Templates, fixes #171

This commit is contained in:
Robert Foerster (Dessa)
2010-05-17 08:42:17 +00:00
parent 3f0d94c157
commit f331dee8a1
46 changed files with 1379 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
service froxlor
{
id = froxlor
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/bin/php
server_args = -q /var/www/froxlor/scripts/froxlor_master_cronjob.php
bind = 127.0.0.1
only_from = 127.0.0.1
type = UNLISTED
port = <REALTIME_PORT>
disable = no
log_type = SYSLOG daemon info
log_on_success = HOST DURATION
log_on_failure = HOST ATTEMPT
}