Guest User

Untitled

a guest
Nov 24th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. [Unit]
  2. Description=vper-server-go
  3. After=syslog.target network.target remote-fs.target nss-lookup.target
  4.  
  5. [Service]
  6. Type=simple
  7. Environment=PGUSER=postgres
  8. Environment=PGPASSWORD="..."
  9. LimitNOFILE=100000
  10. ExecStart=/usr/local/bin/go-bin/vper-server-go
  11. StandardOutput=journal+console
  12. StandardError=journal+console
  13. Restart=always
  14. User=root
  15.  
  16. [Install]
  17. WantedBy=multi-user.target
Add Comment
Please, Sign In to add comment