26 lines
505 B
Plaintext
26 lines
505 B
Plaintext
log_level = "info"
|
|
log_format = "text"
|
|
|
|
[[resource]]
|
|
name = "httpd"
|
|
start_cmd = "/usr/local/sbin/setup.sh"
|
|
|
|
[resource.exec]
|
|
command = "/usr/local/bin/httpd-foreground"
|
|
|
|
[[resource.template]]
|
|
src = "/etc/remco/templates/httpd.conf.tmpl"
|
|
dst = "/usr/local/apache2/conf/httpd.conf"
|
|
mode = "0644"
|
|
|
|
[[resource.template]]
|
|
src = "/etc/remco/templates/setup.sh.tmpl"
|
|
dst = "/usr/local/sbin/setup.sh"
|
|
mode = "0755"
|
|
|
|
[resource.backend]
|
|
[resource.backend.env]
|
|
keys = ["/webdav","/ldap"]
|
|
watch = false
|
|
onetime = true
|