mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-25 23:21:29 +03:00
7 lines
73 B
Plaintext
7 lines
73 B
Plaintext
|
#!/sbin/runscript
|
||
|
|
||
|
start() {
|
||
|
/etc/init.d/vmcontext.rb
|
||
|
return 0
|
||
|
}
|