Re: [systemd-devel] Start a global service

2017-02-15 Thread Damien Robert
Sorry I meant upower rather than udevd in my message. Reindl Harald wrote in message <10fb87e3-7aeb-7917-512a-2d750961b...@thelounge.net>: > the point is that daemon is desigend to care about that and nothing else > and you just need the right hooks - what is the point to fireup a system > servic

Re: [systemd-devel] Start a global service

2017-02-15 Thread Reindl Harald
Am 15.02.2017 um 18:53 schrieb Damien Robert: Lennart Poettering wrote in message <20170215172159.GA10587@gardel-login>: Sorry, but this is unlikely to be added. I understand that this would be handy, but this is semantically very questionable, as this would be transition from privileged cod

Re: [systemd-devel] Start a global service

2017-02-15 Thread Damien Robert
Lennart Poettering wrote in message <20170215172159.GA10587@gardel-login>: > Sorry, but this is unlikely to be added. I understand that this would be > handy, but this is semantically very questionable, as this would be > transition from privileged code into unprivileged code, and that's > someth

Re: [systemd-devel] Start a global service

2017-02-15 Thread Lennart Poettering
On Wed, 15.02.17 16:58, Damien Robert (damien.olivier.robert+gm...@gmail.com) wrote: > 1) Feature request > > I would like a way [as root] to start a service on all active user sessions. > Typically to start a user service that was installed globally. > > sudo systemctl --global start myservice