Skip to content

Instantly share code, notes, and snippets.

@kleo
Created November 27, 2020 06:16
Show Gist options
  • Select an option

  • Save kleo/46311424e9dd6ff5a744e107343d61eb to your computer and use it in GitHub Desktop.

Select an option

Save kleo/46311424e9dd6ff5a744e107343d61eb to your computer and use it in GitHub Desktop.
[Unit]
Description=Switch Lan Play
After=network.target network-online.target
[Service]
Type=simple
Restart=on-failure
RestartSec=60
ExecStart=/home/pi/switch-lan-play/build/src/lan-play --netif eth0 --pmtu 500 --relay-server-addr lanplay.cpalm.org:11451
# ExecStart=/home/pi/switch-lan-play/build/src/lan-play --netif eth0 --pmtu 500 --relay-server-addr lanplay.cpalm.org:11451
# ^ Animal Crossing ^ Change server here
# http://www.lan-play.com
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment