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