A headless Libreoffice daemon on SME Server. Used by Pydio to convert document and get preview of office files in the web interface
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
400 B

#!/usr/bin/perl -w
use esmith::Build::CreateLinks qw(:all);
service_link_enhanced("ooo", "S99", "7");
service_link_enhanced("ooo", "K01", "6");
service_link_enhanced("ooo", "K01", "0");
service_link_enhanced("ooo", "K01", "1");
safe_touch("root/var/service/ooo/down");
safe_symlink("../daemontools" , 'root/etc/rc.d/init.d/supervise/ooo');
safe_symlink("/var/service/ooo" , 'root/service/ooo');