Re: [systemd-devel] simple type service failed to be started won't effect the service requires it?

2016-06-21 Thread Han Pingtian
On Tue, Jun 21, 2016 at 05:01:55PM +0200, Lennart Poettering wrote: > On Tue, 21.06.16 22:22, Han Pingtian (ha...@linux.vnet.ibm.com) wrote: > > > Hi, > > > > I have a service thinkfan.service: > > > > [Unit] > > Description=simple and lightweight fan control program > >

Re: [systemd-devel] multi-user.target -> rescue.target and back to multi-user issues

2016-06-21 Thread Andrei Borzenkov
21.06.2016 23:23, Michal Soltys пишет: > Hi, > > This was tested with recent stock arch distro. I'm not sure if it's > intended to be able to isolare rescue.target from multi-user, but I > noticed two issues: > TBH, switch between run-time levels never really worked in the past, before systemd,

[systemd-devel] simple type service failed to be started won't effect the service requires it?

2016-06-21 Thread Han Pingtian
Hi, I have a service thinkfan.service: [Unit] Description=simple and lightweight fan control program After=syslog.target lm_sensors.service [Service] ExecStart=/usr/sbin/thinkfan -n ${OPTIONS} Type=simple PIDFile=/var/run/thinkfan.pid ExecReload=/bin/kill

Re: [systemd-devel] simple type service failed to be started won't effect the service requires it?

2016-06-21 Thread Lennart Poettering
On Tue, 21.06.16 22:22, Han Pingtian (ha...@linux.vnet.ibm.com) wrote: > Hi, > > I have a service thinkfan.service: > > [Unit] > Description=simple and lightweight fan control program > After=syslog.target lm_sensors.service > > [Service] > ExecStart=/usr/sbin/thinkfan

[systemd-devel] Issues with networkd Interface Configuration in 229

2016-06-21 Thread Chris Trobridge
Hi, I am using the systemd in Yocto Krogoth (229 714c62b46). The main issue I have is that networkd is not configuring a static IP address for a tap interface it has set up. The configuration was working with an earlier version of Yocto and works with Fedora 23, which is still on 222. I am also

[systemd-devel] multi-user.target -> rescue.target and back to multi-user issues

2016-06-21 Thread Michal Soltys
Hi, This was tested with recent stock arch distro. I'm not sure if it's intended to be able to isolare rescue.target from multi-user, but I noticed two issues: 1) getty service and IgnoreOnIsolate option This beautifully conflicts for console access with sulogin on whichever console