Update RPM-specs to 2013.2 version
[openstack-build/neutron-build.git] / rpm / SOURCES / neutron-ryu-agent.init
similarity index 92%
rename from rpm/SOURCES/quantum-ryu-agent.init
rename to rpm/SOURCES/neutron-ryu-agent.init
index 26e8861913dbec2392050fef3532dfbac443077b..7a034e9e37ae5b72b817d549cfab69b00e0ec5fe 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# quantum-ryu-agent  OpenStack Ryu Network OS plugin
+# neutron-ryu-agent  OpenStack Ryu Network OS plugin
 #
 # chkconfig:   - 98 02
 # description: Support virtual networks using Ryu Network OS
@@ -8,7 +8,7 @@
 
 . /etc/rc.d/init.d/functions
 
-proj=quantum
+proj=neutron
 plugin=ryu-agent
 prog=$proj-$plugin
 exec="/usr/bin/$prog"
@@ -23,7 +23,7 @@ start() {
     [ -x $exec ] || exit 5
     [ -f $config ] || exit 6
     echo -n $"Starting $prog: "
-    daemon --user quantum --pidfile $pidfile "$exec --log-file /var/log/$proj/$plugin.log --config-file /etc/$proj/$proj.conf --config-file $config &>/dev/null & echo \$! > $pidfile"
+    daemon --user neutron --pidfile $pidfile "$exec --log-file /var/log/$proj/$plugin.log --config-file /etc/$proj/$proj.conf --config-file $config &>/dev/null & echo \$! > $pidfile"
     retval=$?
     echo
     [ $retval -eq 0 ] && touch $lockfile