first commit

This commit is contained in:
Marvin Steadfast
2016-04-18 11:00:29 +02:00
commit a9a8336f8f
14 changed files with 2864 additions and 0 deletions

8
root/entrypoint.sh Normal file
View File

@ -0,0 +1,8 @@
#!/bin/sh
if [ "$1" = "wallabag" ];then
ansible-playbook -i /etc/ansible/hosts /etc/ansible/entrypoint.yml -c local
exec s6-svscan /etc/s6/
fi
exec "$@"