1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-26 10:03:37 +03:00
one/share/router/vmcontext

7 lines
73 B
Plaintext

#!/sbin/runscript
start() {
/etc/init.d/vmcontext.rb
return 0
}