snell.service.j2 267 B

1234567891011121314
  1. [Unit]
  2. Description=Snell Proxy Server
  3. After=network.target
  4. [Service]
  5. Type=simple
  6. ExecStart=/usr/local/bin/snell-server -c /etc/snell/snell-server.conf
  7. Restart=on-failure
  8. RestartSec=5
  9. StandardOutput=journal
  10. StandardError=journal
  11. [Install]
  12. WantedBy=multi-user.target