Skip to content

Instantly share code, notes, and snippets.

@zajdee
Created November 27, 2021 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zajdee/98669535a4b251654964b2e8eeead068 to your computer and use it in GitHub Desktop.
Save zajdee/98669535a4b251654964b2e8eeead068 to your computer and use it in GitHub Desktop.
Simple systemd unit to start Jool.mx on boot
# Update the path to your jool-init.sh, if it differs
# Save as /etc/systemd/system/jool.service
# Run systemctl daemon reload && systemctl enable jool.service
[Unit]
Description=Jool.mx NAT64 service
[Service]
ExecStart=/usr/sbin/jool-init.sh
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment