cmd/makemac: add govc env vars to systemd service file

Fixes golang/go#20224

Change-Id: Iae7d70bdf0950541d774d12077552153ce1a15e0
Reviewed-on: https://go-review.googlesource.com/46332
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
diff --git a/cmd/makemac/makemac.service b/cmd/makemac/makemac.service
index c08a554..2d93858 100644
--- a/cmd/makemac/makemac.service
+++ b/cmd/makemac/makemac.service
@@ -6,6 +6,9 @@
 [Service]
 User=gopher
 Environment="PATH=/home/gopher/bin:/usr/local/bin:/usr/bin"
+# The following file decalres these variables: GOVC_URL GOVC_USERNAME GOVC_PASSWORD GOVC_INSECURE
+# A copy is located at http://go/go-builder-macstadiumd-env-file
+EnvironmentFile=/home/gopher/govc_env_file
 ExecStart=/home/gopher/makemac -auto
 
 [Install]