blob: 674d4d865ff0ce0a021b5447ca3cd8fa85945fd0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
==============================================================================
google-compute-engine has been installed, and the following services are
available:
google_accounts_daemon Responsible for provisioning and
deprovisioning user accounts
google_clock_skew_daemon Responsible for syncing the software clock with
the hypervisor clock
google_instance_setup Configure the guest at boot
google_ip_forwarding_daemon Responsible to setup or remove IP routes in the
guest
google_network_setup Responsible to enables all associated network
interfaces
google_startup Implement support for running host provided
startup / shutdown scripts
To enable the above services, sysrc <servicename>_enable=YES
Reboot your system or start the services, service <servicename> start
==============================================================================
|