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

Packaging apps with a systemd service or unix deamon running in backend #524

Closed
adityashah1212 opened this issue Jan 31, 2017 · 2 comments
Closed

Comments

@adityashah1212
Copy link

This is more of a question than an issue, is it possible to package apps with a systemd service or unix deamon running in the backend, something like teamviewer?

@alexlarsson
Copy link
Member

Its possible to package something that a systemd service could run, but there is nothing that lets you automatically do that from the flatpak. You have to manually set up the systemd service file or equivalent. This is on purpose, because setting up such services requires root privileges, which is not something we want to grant flatpaked apps.

@cz172638
Copy link

cz172638 commented Nov 3, 2017

not true, i have systemd units for user.
for testing and development purposes i have postgresql instances running under my userid to avoid messing with sudo etc.

https://github.com/zoqaeski/systemd-user-units
https://www.freedesktop.org/software/systemd/man/systemd.unit.html
(Table 2. Load path when running in user mode (--user). )

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

3 participants