cjdns.service 272 B

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