1
0
mirror of https://git.envs.net/envs/ops.git synced 2024-06-23 00:57:09 +00:00
ops/etc/systemd/system/gopherproxy.service
2019-10-14 22:08:03 +00:00

17 lines
403 B
Desktop File

[Unit]
Description=gopherproxy.service
After=network-online.target nginx.service
[Service]
Type=simple
WorkingDirectory=/opt/services/go/src/github.com/envs-net/gopherproxy/
ExecStart=/opt/services/go/src/github.com/envs-net/gopherproxy/gopherproxy -bind 127.0.0.1:8993 -uri envs.net
User=services
Restart=always
RestartSec=5
StartLimitInterval=60s
StartLimitBurst=3
[Install]
WantedBy=default.target