12345678910111213 |
- [Unit]
- Description=A routing engine designed for security, scalability, speed and ease of use
- Wants=network.target
- Before=network.target
- [Service]
- Type=forking
- ExecStart=/bin/sh -c "cjdroute < /etc/cjdroute.conf"
- GuessMainPID=yes
- Restart=on-failure
- [Install]
- WantedBy=multi-user.target
|