mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-17 19:14:40 +01:00
8 lines
197 B
Bash
Executable File
8 lines
197 B
Bash
Executable File
#!/bin/bash
|
|
# chkconfig: 345 98 02
|
|
# description: Web server that sends passwords to User VMs
|
|
# This file exists in /etc/init.d/ in the routing domain
|
|
# @VERSION@
|
|
|
|
bash /root/run_domr_webserver&
|