removed mediadc code; added first memories dependency: perl

This commit is contained in:
Jonathan Treffler
2022-12-27 00:24:33 +00:00
parent 8a09d43a21
commit e6ecd52b70
11 changed files with 17 additions and 39 deletions
@@ -0,0 +1,10 @@
#!/usr/bin/with-contenv bash
perl_executable_path=$(which perl)
if [ -x "$perl_executable_path" ] ; then
echo "**** Adding perl5 and its deps to package install lists ****"
echo "perl\
" >> /mod-repo-packages-to-install.list
else
echo "**** perl5 already installed, skipping ****"
fi
@@ -0,0 +1 @@
oneshot
@@ -0,0 +1 @@
/etc/s6-overlay/s6-rc.d/init-mod-nextcloud-memories-add-package/run
@@ -1,7 +0,0 @@
#!/usr/bin/with-contenv bash
# This is an example service that would run for the mod
# It depends on init-services, the baseimage hook for start of all longrun services
exec \
s6-setuidgid abc /config/www/nextcloud/apps/notify_push/bin/x86_64/notify_push --nextcloud-url https://192.168.10.2:2443 --allow-self-signed --port 7867 /config/www/nextcloud/config/config.php
@@ -1 +0,0 @@
longrun