blob: ea009a0fd39e15d76ac22b982676b3c27ea118fb [file] [log] [blame]
[Unit]
Description=Go Builders - makemac
Documentation=https://github.com/golang/build/blob/master/cmd/makemac/makemac.go
After=network.target
[Service]
User=gopher
Environment="PATH=/home/gopher/bin:/usr/local/bin:/usr/bin"
# The following file declares these variables: GOVC_URL GOVC_USERNAME GOVC_PASSWORD GOVC_INSECURE
EnvironmentFile=/home/gopher/govc_env_file
ExecStart=/home/gopher/makemac -auto
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target