summaryrefslogtreecommitdiffstats
path: root/roles/wiki/templates
diff options
context:
space:
mode:
Diffstat (limited to 'roles/wiki/templates')
-rwxr-xr-xroles/wiki/templates/htmlscrubber.pm2
-rw-r--r--roles/wiki/templates/supervisord.conf5
2 files changed, 6 insertions, 1 deletions
diff --git a/roles/wiki/templates/htmlscrubber.pm b/roles/wiki/templates/htmlscrubber.pm
index bd9ff90..4cbf300 100755
--- a/roles/wiki/templates/htmlscrubber.pm
+++ b/roles/wiki/templates/htmlscrubber.pm
@@ -92,7 +92,7 @@ sub scrubber {
default => [undef, { (
map { $_ => 1 } qw{
version xmlns x y fill font-size font-weight stroke stroke-width stroke-dasharray transform
- data-start data-end data-video data-target data-tracks
+ data-start data-end data-video data-target data-tracks data-track
kind label srclang default
abbr accept accept-charset accesskey
align alt axis border cellpadding cellspacing
diff --git a/roles/wiki/templates/supervisord.conf b/roles/wiki/templates/supervisord.conf
new file mode 100644
index 0000000..4df613a
--- /dev/null
+++ b/roles/wiki/templates/supervisord.conf
@@ -0,0 +1,5 @@
+[program:lighttpd]
+command=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf
+
+[program:sshd]
+command=/usr/sbin/sshd -D \ No newline at end of file