So I got Xlink-Kai to load on start up how I wanted.
I rand the following commands:
copy, pasted, and saved the following into nano:
then followed steps 3 through 9 here:
https://linuxtldr.com/create-systemd-service/
Now for the second part of this, getting my web browser to launch on start up. Off to do some more reading and sorting. i will post my progress with this part once i either need help or achieve what I am after.
thank you for your time and help
I rand the following commands:
Code:
sudo loginctl enable-linger piCode:
sudo nano /etc/systemd/system/kaiengine.serviceCode:
[Unit]Description=XLink Kai EngineAfter=network-online.target[Service]User=rootGroup=rootType=simpleWorkingDirectory=/usr/binExecStart=/usr/bin/kaiengineRestart=always[Install]WantedBy=default.targethttps://linuxtldr.com/create-systemd-service/
Now for the second part of this, getting my web browser to launch on start up. Off to do some more reading and sorting. i will post my progress with this part once i either need help or achieve what I am after.
thank you for your time and help
Statistics: Posted by korn16ftl3 — Mon Feb 09, 2026 10:21 pm