service configuration files that needs to be saved just incase the server got lost someday by the cloud provider.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [Unit]
- Description=rpn supertraderfx payment gateway Service
- Documentation=man:fail2ban(1)
- After=network.target firewalld.service
- PartOf=firewalld.service
-
- [Service]
- Type=simple
- WorkingDirectory=/home/rpn/go
- ExecStartPre=/bin/mkdir -p /home/rpn/go/logs
- ExecStart=/home/rpn/go/rpn
- # if should be logged in systemd journal, use following line or set logtarget to sysout in fail2ban.local
- # ExecStart=/usr/bin/fail2ban-server -xf --logtarget=sysout start
- PIDFile=/var/run/rpn.pid
- Restart=on-failure
- RestartPreventExitStatus=0 255
-
- [Install]
- WantedBy=multi-user.target
|