[systemd-devel] General question about dbus-activatable services

2017-02-15 Thread Christian Rebischke
Hello, I have the following problem. I use X with only a tiling manager (DWM) on Arch Linux. Therefore I don't have imsettings nor im-chooser. (And I really don't want to install im-chooser). I would like to start ibus-daemon automatically on login in my user session. I wrote a systemd service

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

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 >

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

[systemd-devel] Start a global service

2017-02-15 Thread Damien Robert
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.service will start myservice.service as a root user service, not on the other user sessions. 2)

Re: [systemd-devel] systemd-networkd meet the error of "No such file or directory"

2017-02-15 Thread Lennart Poettering
On Wed, 15.02.17 00:47, Zhou, Luwei (luwei.z...@intel.com) wrote: > Hi Lennart, > > Thanks for the reply. Is there any command to check whether networkd > has been installed in my image. I can find the systemd-nspawn and > many system-* in my image. Is the networkd part of systemd package? >

Re: [systemd-devel] systemd-networkd meet the error of "No such file or directory"

2017-02-15 Thread Reindl Harald
Am 15.02.2017 um 01:47 schrieb Zhou, Luwei: Hi Lennart, Thanks for the reply. Is there any command to check whether networkd has been installed in my image. I can find the systemd-nspawn and many system-* in my image. Is the networkd part of systemd package? Sorry, I am new to system.