How to configure ErsatzTV as a systemd service
Introduction
ErsatzTV can be used for creating custom live streaming channels from your media files.
Installation
Create a folder named
ersatztv
in the/opt
directory.
Download and then extract the latest release from GitHub to the
/opt/ersatztv
folder.
Configuration
Create the
systemd
service unit in the/usr/lib/systemd/user
directory.
Add the following lines:
Reload the
systemctl
daemon.
Enable the service.
Start the service.
Run the
loginctl
command with thelinger
option to ensure the service runs in the background even when you are logged out.
Replace <username>
with your actual username.
Summary
The Ersatztv
service will now run in the background as a systemd
service and be managed with systemctl
commands.
Last updated