Add systemd unit for smd7 bridge kill

-Kills existing bridge between smd7 and at_usb2 (Confirmed Not the USB COM port that shows in Windows)
This commit is contained in:
iamromulan
2024-02-27 00:19:03 -05:00
parent 369e3ad673
commit 9cd62ec422
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[Unit]
Description=Kill port_bridge process on boot
[Service]
Type=oneshot
ExecStart=/usrdata/socat-at-bridge/killsmd7bridge
[Install]
WantedBy=multi-user.target