python-firetv
python-firetv copied to clipboard
Suggestion for adding a systemd file to the readme or the wiki
I added the following to /etc/systemd/system/firetv-server.service
[Unit]
Description=FireTV-Server
After=network.target
[Service]
Type=simple
User=firetv
ExecStart=/home/firetv/firetv/bin/firetv-server -d 192.168.1.45:5555
[Install]
WantedBy=multi-user.target
I then enabled it with:
systemctl daemon-reload
systemctl enable firetv-server
systemctl start firetv-server