Make the executable files executable

This commit is contained in:
Disassembler 2019-10-07 09:52:53 +02:00
parent 7e3431a4c0
commit 4e9c63d8aa
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
16 changed files with 0 additions and 12 deletions

View File

0
lxc-apps/ckan/ckan.lxc/etc/services.d/ckan/run Normal file → Executable file
View File

0
lxc-apps/ckan/ckan.lxc/etc/services.d/cron/run Normal file → Executable file
View File

0
lxc-apps/kanboard/lxc/etc/crontab/kanboard Normal file → Executable file
View File

0
lxc-apps/kanboard/lxc/etc/services.d/cron/run Normal file → Executable file
View File

View File

0
lxc-apps/sahana/lxc/etc/services.d/.s6-svscan/finish Normal file → Executable file
View File

0
lxc-apps/sahana/lxc/etc/services.d/nginx/run Normal file → Executable file
View File

0
lxc-apps/sahana/lxc/etc/services.d/uwsgi/run Normal file → Executable file
View File

0
lxc-apps/seeddms/lxc/etc/crontab/seeddms Normal file → Executable file
View File

0
lxc-apps/seeddms/lxc/etc/services.d/cron/run Normal file → Executable file
View File

0
lxc-apps/ushahidi/lxc/etc/crontab/ushahidi Normal file → Executable file
View File

0
lxc-apps/ushahidi/lxc/etc/services.d/cron/run Normal file → Executable file
View File

View File

@ -1,12 +0,0 @@
#!/bin/sh
set -ev
cd $(realpath $(dirname "${0}"))/install
# Configure ActiveMQ
mkdir -p /srv/activemq/data
chown -R 61616:61616 /srv/activemq/data
# Create service
cp etc/init.d/activemq /etc/init.d/activemq
rc-update -u