mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-26 10:03:37 +03:00
7 lines
73 B
Plaintext
7 lines
73 B
Plaintext
#!/sbin/runscript
|
|
|
|
start() {
|
|
/etc/init.d/vmcontext.rb
|
|
return 0
|
|
}
|