inital commit
This commit is contained in:
10
to_system/etc/systemd/system/router.service
Normal file
10
to_system/etc/systemd/system/router.service
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description = Routing to locally connected hardware
|
||||
After = network.target
|
||||
|
||||
[Service]
|
||||
ExecStart = /usr/bin/python3 /root/aputools/router.py
|
||||
|
||||
[Install]
|
||||
WantedBy = multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user