You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 8, 2023. It is now read-only.
Hey,
may we can add a help, how to autostart albiondata-client on Linux with systemd.
What I made:
sudo nano /etc/systemd/system/albiondata-client.servicesystemctl daemon-reloadsystemctl enable albiondata-client.service && systemctl start albiondata-client.serviceTo check, if it's working use
systemctl status albiondata-client.service.Content of albiondata-client.service