Mauro Torrez 4aeca72fd0
All checks were successful
continuous-integration/drone/push Build is passing
webdav - first commit
2021-11-24 00:51:13 -03:00

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