We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2bd0d6 commit 49954a5Copy full SHA for 49954a5
cmd/makemac/makemac.service
@@ -6,6 +6,9 @@ After=network.target
6
[Service]
7
User=gopher
8
Environment="PATH=/home/gopher/bin:/usr/local/bin:/usr/bin"
9
+# The following file decalres these variables: GOVC_URL GOVC_USERNAME GOVC_PASSWORD GOVC_INSECURE
10
+# A copy is located at http://go/go-builder-macstadiumd-env-file
11
+EnvironmentFile=/home/gopher/govc_env_file
12
ExecStart=/home/gopher/makemac -auto
13
14
[Install]
0 commit comments