How to configure ErsatzTV as a systemd service
Introduction
Installation
sudo mkdir /opt/ersatztvsudo tar --strip-components=1 -xvf ErsatzTV-v0.8.6-beta-linux-x64.tar.gz -C /opt/ersatztvConfiguration
sudo vi /usr/lib/systemd/user/ersatztv.service[Unit]
Description=ErsatzTV channel service
After=network.target
[Service]
Type=simple
ExecStart=/opt/ersatztv/ErsatzTV
[Install]
WantedBy=default.targetSummary
Last updated