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

Running this as a service #21

Open
main-- opened this issue Jan 24, 2017 · 1 comment
Open

Running this as a service #21

main-- opened this issue Jan 24, 2017 · 1 comment

Comments

@main--
Copy link
Owner

main-- commented Jan 24, 2017

What we can (and probably should) ship is a systemd service unit for both user and system/root mode. It just runs windows-gaming-driver with the default config. However, this is only fully implemented once we make sure that the service never attempts to run the wizard. (isatty(3) is probably the most straightforward solution here)

The setup wizard can then even enable the unit for you.

Implementing full daemonization is very useful for non-systemd distributions (or they would have to resort to some wrapper like FreeBSD's daemon) but I guess that's more of a backlog thing.

@main--
Copy link
Owner Author

main-- commented Jul 9, 2017

Status: The user unit was done a while ago. System/root mode will always be discouraged, so developing that is not a priority.

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

No branches or pull requests

1 participant