blob: 327f70760afca6644a9d7c8850746c37e6b7c485 (
plain)
1
2
3
4
5
6
7
8
9
|
description "Ryu server"
start on (starting neutron-server or runlevel [2345])
stop on runlevel [!2345]
respawn
exec start-stop-daemon --start --exec /usr/bin/ryu -- \
run --config-file /etc/ryu/ryu.conf
|