aboutsummaryrefslogtreecommitdiff
path: root/srcs/wordpress/entrypoint.sh
blob: c89e0d4c399c77549fc34b73e118b91c0ceab217 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

/telegraf/usr/bin/telegraf &

nginx -t || exit 1

openrc
touch /run/openrc/softlevel

rc-update add php-fpm7 default
rc-update add nginx default
rc-service nginx restart
rc-service php-fpm7 restart

sleep infinity &
wait