Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Packaging apps with a systemd service or unix deamon running in backend #524
Comments
|
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
closed this
Feb 1, 2017
cz172638
commented
Nov 3, 2017
|
not true, i have systemd units for user. https://github.com/zoqaeski/systemd-user-units |
adityashah1212 commentedJan 31, 2017
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?