Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CONFLICT] WIP - BMX7 Module #436

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Next Next commit
Create bmx.service
darkdrgn2k authored Mar 7, 2019
commit 66761fc0a4ecff3d19339787a2b6b0838bc598ca
12 changes: 12 additions & 0 deletions scripts/bmx7/bmx.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[Unit]
Description=BMX7
Wants=network.target
After=network.target

[Service]
SyslogIdentifier=BMX7
ExecStart=/usr/sbin/bmx7 dev=wlan0,wlan1,eth0
Restart=always

[Install]
WantedBy=multi-user.target