summaryrefslogtreecommitdiff
path: root/sysutils/py-google-compute-engine/files/google_accounts_daemon.in
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/py-google-compute-engine/files/google_accounts_daemon.in')
-rw-r--r--sysutils/py-google-compute-engine/files/google_accounts_daemon.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/py-google-compute-engine/files/google_accounts_daemon.in b/sysutils/py-google-compute-engine/files/google_accounts_daemon.in
index a7c397a19364..d6b6fa4b8e5c 100644
--- a/sysutils/py-google-compute-engine/files/google_accounts_daemon.in
+++ b/sysutils/py-google-compute-engine/files/google_accounts_daemon.in
@@ -4,7 +4,7 @@
#
# PROVIDE: google_accounts_daemon
# BEFORE: LOGIN
-# REQUIRE: NETWORKING syslogd google_instance_setup google_network_setup
+# REQUIRE: NETWORKING syslogd google_instance_setup google_network_daemon
# KEYWORD: shutdown
#
# google_accounts_daemon_enable (bool): Set to NO by default.
@@ -13,6 +13,9 @@
. /etc/rc.subr
+# Required to execute scripts
+export PATH=%%LOCALBASE%%/bin:$PATH
+
name="google_accounts_daemon"
rcvar="google_accounts_daemon_enable"