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 > >

[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