Guest User

Untitled

a guest
Jun 27th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. [Unit]
  2. Description=Jive Search frontend
  3. After=network.target
  4. [Install]
  5. WantedBy=multi-user.target
  6. [Service]
  7. Type=simple
  8. User=myuser
  9. WorkingDirectory=/home/myuser/go/src/github.com/jivesearch/jivesearch/frontend
  10. ExecStart=/usr/local/go/bin/go run /home/myuser/go/src/github.com/jivesearch/jivesearch/frontend/cmd/frontend.go
  11. Restart=always
  12. Environment=JIVESEARCH_POSTGRESQL_USER=jivesearch
  13. Environment=JIVESEARCH_POSTGRESQL_DATABASE=jivesearch
  14. Environment=JIVESEARCH_POSTGRESQL_PASSWORD=mypassword
  15. Environment=JIVESEARCH_HMAC_SECRET=
  16. Environment=JIVESEARCH_OPENWEATHERMAP_KEY=
  17. Environment=JIVESEARCH_STACKOVERFLOW_KEY=
  18. Environment=JIVESEARCH_UPS_USER=
  19. Environment=JIVESEARCH_UPS_PASSWORD=
  20. Environment=JIVESEARCH_UPS_KEY=
  21. Environment=JIVESEARCH_FEDEX_ACCOUNT=
  22. Environment=JIVESEARCH_FEDEX_PASSWORD=
  23. Environment=JIVESEARCH_FEDEX_KEY=
  24. Environment=JIVESEARCH_FEDEX_METER=
  25. Environment=JIVESEARCH_USPS_USER=
  26. Environment=JIVESEARCH_USPS_PASSWORD=
  27. Environment=JIVESEARCH_CACHE_INSTANT=60s
  28. Environment=JIVESEARCH_CACHE_SEARCH=60s
Add Comment
Please, Sign In to add comment