bahamas10 / unifi-proxy

a hack to allow direct connections to unifi protect on a different layer 3 network
61 stars 8 forks source link

added systemd unit file #4

Open zamolxe opened 2 years ago

zamolxe commented 2 years ago

pre-requisites:

unit file installation:

cp -a unifi-proxy.service /etc/systemd/system/unifi-proxy.service
systemctl daemon-reload
systemctl enable unifi-proxy
systemctl start unifi-proxy
sborn commented 2 years ago

This really helped me, thanks!

sborn commented 2 years ago

I've made a .conf file for Rpi Monitor that shows whether the service is running if you'd like that code.The program is here: https://github.com/XavierBerger/RPi-Monitor image