Uses strongswan and GRE for mail connection, iptables for port forwarding to the smtp, nginx for website and webhook service, with static files getting uploaded from nixbld Signed-off-by: Egor Savkin <es@m-labs.hk>
13 lines
183 B
Desktop File
13 lines
183 B
Desktop File
[Unit]
|
|
Description=RFQ service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=rfqserver
|
|
ExecStart=/home/rfqserver/runrfq.sh
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|