Files
boxtools/to_system/etc/systemd/system/router.service
2021-03-24 11:59:48 +01:00

11 lines
188 B
Desktop File

[Unit]
Description = Routing to locally connected hardware
After = network.target
[Service]
ExecStart = /usr/bin/python3 /root/aputools/router.py
[Install]
WantedBy = multi-user.target