kurikaesu / userspace-tablet-driver-daemon

Linux device drivers for non-wacom (XP-Pen, Huion, Gaomon) graphics tablets and pen displays
GNU General Public License v3.0
65 stars 16 forks source link

Run as a service? #57

Closed brain-d closed 1 year ago

brain-d commented 2 years ago

What would be the best way to run the driver as a service?

kurikaesu commented 2 years 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