first update

This commit is contained in:
0x07CB 2022-08-28 00:42:28 +02:00
parent 9e1d985623
commit 0061d4f481
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
[Unit]
Description=Linux Router (WiFi 2 Ethernet)
After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
Restart=always
RestartSec=5
User=nadege
ExecStart=/usr/bin/bash -c /usr/bin/lnxrouter -i eth0 -o wlan0 --random-mac
[Install]
WantedBy=multi-user.target