synth.download/neptunium/etc/systemd/system/tcp-minecraft.service

10 lines
222 B
SYSTEMD
Raw Normal View History

2025-10-30 10:19:33 -05:00
[Unit]
Description=Redir bridge from Phosphorus to Neptunium for Minecraft
After = network.target
[Service]
Type=simple
ExecStart=/usr/bin/redir -n -s 0.0.0.0:25565 192.168.1.73:49577
[Install]
WantedBy=multi-user.target