How to configure ErsatzTV as a systemd service
Last updated
Last updated
can be used for creating custom live streaming channels from your media files.
Create a folder named ersatztv
in the /opt
directory.
Download and then extract the to the /opt/ersatztv
folder.
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 the linger
option to ensure the service runs in the background even when you are logged out.
Replace <username>
with your actual username.
The Ersatztv
service will now run in the background as a systemd
service and be managed with systemctl
commands.