diff options
Diffstat (limited to 'sysutils/py-google-compute-engine/files')
3 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/py-google-compute-engine/files/google_clock_skew_daemon.in b/sysutils/py-google-compute-engine/files/google_clock_skew_daemon.in index 8ba2db500769..93b5635d3358 100644 --- a/sysutils/py-google-compute-engine/files/google_clock_skew_daemon.in +++ b/sysutils/py-google-compute-engine/files/google_clock_skew_daemon.in @@ -4,7 +4,7 @@ # # PROVIDE: google_clock_skew_daemon # BEFORE: LOGIN -# REQUIRE: NETWORKING syslogd google_instance_setup google_network_setup +# REQUIRE: NETWORKING syslogd ntpd google_instance_setup google_network_setup # KEYWORD: shutdown # # google_clock_skew_daemon_enable (bool): Set to NO by default. diff --git a/sysutils/py-google-compute-engine/files/google_instance_setup.in b/sysutils/py-google-compute-engine/files/google_instance_setup.in index 04bc9610c0e8..689fbbf45728 100644 --- a/sysutils/py-google-compute-engine/files/google_instance_setup.in +++ b/sysutils/py-google-compute-engine/files/google_instance_setup.in @@ -14,6 +14,7 @@ name="google_instance_setup" rcvar="google_instance_setup_enable" +stop_cmd=":" load_rc_config "${name}" diff --git a/sysutils/py-google-compute-engine/files/google_network_setup.in b/sysutils/py-google-compute-engine/files/google_network_setup.in index f9c0237b45c5..0c12e64ebfdb 100644 --- a/sysutils/py-google-compute-engine/files/google_network_setup.in +++ b/sysutils/py-google-compute-engine/files/google_network_setup.in @@ -14,6 +14,7 @@ name="google_network_setup" rcvar="google_network_setup_enable" +stop_cmd=":" load_rc_config "${name}" |