Replies: 1 comment 6 replies
-
Why do you run it as a user service at all? Why not just https://specifications.freedesktop.org/autostart-spec/0.5/? I dare to say that services omit some things like session setup and teardown scripts, signalling and such. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering if this is related to #1333
I have a pretty simple systemd service
Everything is fine and dandy, until I call
systemctl restart albert
At that point, all applications that were started through albert (and it seems that some other ones too) get SIGKILL
But if I run albert through terminal and quit/kill it, it does not happen.
Is this related to the QT bug? Or does anyone have any clue what is different when it is run through the systemd context?
Beta Was this translation helpful? Give feedback.
All reactions