123456789101112 |
- [Unit]
- Description=A routing engine designed for security, scalability, speed and ease of use
- Wants=network.target
- After=network.target
- [Service]
- Type=simple
- ExecStart=/bin/sh -c "cjdroute --nobg < /etc/cjdroute.conf"
- Restart=always
- [Install]
- WantedBy=multi-user.target
|