Closed brain-d closed 1 year ago
If you have systemd then creating a systemd service file would be a pretty good way to do it: https://wiki.archlinux.org/title/systemd/User
You would need to enable the service for your user and not the root user though by doing:
systemctl --user enable service.name
What would be the best way to run the driver as a service?