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

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

Comments

Projects
None yet
3 participants

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?

Owner

alexlarsson commented Feb 1, 2017

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.

@alexlarsson alexlarsson closed this Feb 1, 2017

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