mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
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 |