Skip to content
This repository was archived by the owner on May 8, 2023. It is now read-only.
This repository was archived by the owner on May 8, 2023. It is now read-only.

Add albiondata-client to systemd (autostart in background) #148

Description

@KernicDE

Hey,
may we can add a help, how to autostart albiondata-client on Linux with systemd.

What I made:

  1. Create a file albiondata-client.service in /etc/systemd/system/ with sudo nano /etc/systemd/system/albiondata-client.service
  2. Filled in the content below.
  3. Reloaded the deamon with systemctl daemon-reload
  4. Enabled and started the service with systemctl enable albiondata-client.service && systemctl start albiondata-client.service

To check, if it's working use systemctl status albiondata-client.service.


Content of albiondata-client.service

[Unit]
Description=Albion Data Client

[Service]
ExecStart=/PATH/TO/albiondata-client
Nice=19 # Running with low priority

[Install]
WantedBy=multi-user.target

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