11 lines
188 B
Desktop File
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
|
|
|