Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autostart on boot #5

Open
metal450 opened this issue Nov 25, 2022 · 1 comment
Open

Autostart on boot #5

metal450 opened this issue Nov 25, 2022 · 1 comment

Comments

@metal450
Copy link

What method did you use to get this to run on system startup? It works when I launch it manually with sudo, but if I try to start it with systemd, it gives XOpenDisplay failure!.

I tried starting it like:

[Unit]
Description=AccuPoint driver

[Service]
Type=oneshot
ExecStart=/opt/accupoint-driver

[Install]
WantedBy=multi-user.target

(after copying mmm to /opt/accupoint-driver)

@metal450
Copy link
Author

Also using sudo crontab -e with @reboot /opt/accupoint-driver desn't seem to work :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant