python-firetv icon indicating copy to clipboard operation
python-firetv copied to clipboard

Suggestion for adding a systemd file to the readme or the wiki

Open JonTheNiceGuy opened this issue 9 years ago • 0 comments

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

JonTheNiceGuy avatar Jul 24 '16 11:07 JonTheNiceGuy