- [Unit]
- Description=Snell Proxy Server
- After=network.target
- [Service]
- Type=simple
- ExecStart=/usr/local/bin/snell-server -c /etc/snell/snell-server.conf
- Restart=on-failure
- RestartSec=5
- StandardOutput=journal
- StandardError=journal
- [Install]
- WantedBy=multi-user.target
|