Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
JonTheNiceGuy opened this issue Jul 24, 2016 · 0 comments
Open

Comments

@JonTheNiceGuy
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant