Skip to content

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

Description

@JonTheNiceGuy

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions