Made the thing

This commit is contained in:
Raktbastr 2025-12-30 12:57:17 -06:00
commit 5cfd690c03
6 changed files with 104 additions and 0 deletions

12
laserproxy.service Normal file
View file

@ -0,0 +1,12 @@
[Unit]
Description=Laser Scouter API Proxy
After=network.target
[Service]
ExecStart=/usr/bin/laserproxy.sh
Type=simple
Restart=always
RestartSec = 5
[Install]
WantedBy=multi-user.target