mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-09 23:20:27 +00:00
4 lines
93 B
Bash
4 lines
93 B
Bash
|
#!/bin/sh
|
||
|
cd /powerdns-admin && ./create_db.py
|
||
|
/usr/bin/supervisord -c /etc/supervisord.conf
|