Readding tvhproxy

This commit is contained in:
Joan
2024-03-19 17:41:03 +01:00
parent 14f51a51b8
commit c727092ccd
11 changed files with 693 additions and 0 deletions

12
tvhProxy/tvhProxy.service Normal file
View File

@@ -0,0 +1,12 @@
[Unit]
Description=A simple proxy for Plex and Tvheadend
After=syslog.target network.target tvheadend.service
[Service]
Environment=
WorkingDirectory=/srv/home/hts/tvhProxy/
ExecStart=/home/hts/tvhProxy/tvhProxy.sh
Restart=always
[Install]
WantedBy=multi-user.target