6 lines
120 B
Bash
Executable File
6 lines
120 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo /etc/init.d/dbus start
|
|
|
|
echo "Starting supervisord"
|
|
/usr/bin/supervisord -c /etc/neko/supervisord.conf |