mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-01-02 16:35:40 +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
|