Re: [systemd-devel] Different behaviour when sending SIGTERM

2015-04-03 Thread Marcos Felipe Rasia de Mello
2015-04-03 12:49 GMT-03:00 Lennart Poettering lenn...@poettering.net: On Sun, 29.03.15 19:33, Marcos Mello (marcos...@gmail.com) wrote: Mar 29 15:21:16 xxx.localdomain systemd[1]: squid.service: Supervising process 1491 which is not our child. We'll most likely not notice when it exits.

Re: [systemd-devel] Variable expansion in ConditionPathExists

2014-12-25 Thread Marcos Felipe Rasia de Mello
2014-12-25 14:18 GMT-02:00 Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl: On Thu, Dec 25, 2014 at 03:36:15PM +0100, Zbigniew Jędrzejewski-Szmek wrote: On Wed, Dec 24, 2014 at 10:37:50AM -0200, Marcos Felipe Rasia de Mello wrote: Hi, I have a system service that runs with a normal user

[systemd-devel] Variable expansion in ConditionPathExists

2014-12-24 Thread Marcos Felipe Rasia de Mello
Hi, I have a system service that runs with a normal user account ([Service] User=bla). I tried [Unit] ConditionPathExists=$HOME/config.xml but it does not work: systemd[1]: [/etc/systemd/system/bla.service:4] Path in condition not absolute, ignoring: $HOME/config.xml %h also does not work

[systemd-devel] Mention kbd in README?

2014-02-19 Thread Marcos Felipe Rasia de Mello
systemd-vconsole-setup requires loadkeys/setfont at runtime. BTW, since kbd 2.0.0 there is a library for this. Cristian idea should go to the TODO list ;) http://lists.opensuse.org/opensuse-factory/2013-08/msg00357.html ___ systemd-devel mailing list

Re: [systemd-devel] Mention kbd in README?

2014-02-19 Thread Marcos Felipe Rasia de Mello
2014-02-19 22:01 GMT-03:00 Cristian Rodríguez crrodrig...@opensuse.org: El 19/02/14 17:13, Kay Sievers escribió: On Wed, Feb 19, 2014 at 9:06 PM, Marcos Felipe Rasia de Mello marcos...@gmail.com wrote: systemd-vconsole-setup requires loadkeys/setfont at runtime. BTW, since kbd 2.0.0

Re: [systemd-devel] [PATCH] man: fix Type= reference

2013-12-27 Thread Marcos Felipe Rasia de Mello
, Marcos Felipe Rasia de Mello wrote: Simple man page fix attached. Applied. It looks like the old version _was_ correct – the default value will be Type=dbus if the service has a BusName set. Suggested change: if neither Type= nor BusName= is specified True, fixed now. Zbyszek

Re: [systemd-devel] Control process

2013-12-27 Thread Marcos Felipe Rasia de Mello
2013/12/27 Lennart Poettering lenn...@poettering.net: On Fri, 27.12.13 10:39, Marcos Felipe Rasia de Mello (marcos...@gmail.com) wrote: systemctl man page defines kill --kill-who=control as kill [..] the control process. What is this control process? ExecStartPre= processes

[systemd-devel] [PATCH] man: fix Type= reference

2013-12-26 Thread Marcos Felipe Rasia de Mello
Simple man page fix attached. -- Marcos 0001-man-fix-Type-reference.patch Description: Binary data ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] Restart instantiated services after suspend

2013-11-23 Thread Marcos Felipe Rasia de Mello
2013/11/20 Lennart Poettering lenn...@poettering.net: On Tue, 19.11.13 14:18, Marcos Felipe Rasia de Mello (marcos...@gmail.com) wrote: Hi folks, I am trying to disable HDDs power management in a systemd way (aka no shell scripts :) /etc/udev/rules.d/99-hdparm.rules SUBSYSTEM==block

[systemd-devel] Restart instantiated services after suspend

2013-11-19 Thread Marcos Felipe Rasia de Mello
Hi folks, I am trying to disable HDDs power management in a systemd way (aka no shell scripts :) /etc/udev/rules.d/99-hdparm.rules SUBSYSTEM==block, KERNEL==sd*, ATTR{removable}==0, TAG+=systemd, ENV{SYSTEMD_WANTS}+=hdparm@%k.service /etc/systemd/system/hdparm@.service [Unit] Description=Set

Re: [systemd-devel] Restart instantiated services after suspend

2013-11-19 Thread Marcos Felipe Rasia de Mello
2013/11/19 David Timothy Strauss da...@davidstrauss.net: On Wed, Nov 20, 2013 at 2:18 AM, Marcos Felipe Rasia de Mello marcos...@gmail.com wrote: ConditionFileIsExecutable=/usr/sbin/hdparm It seems sketchy to me to put the executable in ExecStart into ConditionFileIsExecutable

Re: [systemd-devel] Restart instantiated services after suspend

2013-11-19 Thread Marcos Felipe Rasia de Mello
2013/11/19 Tom Gundersen t...@jklm.no: On Tue, Nov 19, 2013 at 5:18 PM, Marcos Felipe Rasia de Mello marcos...@gmail.com wrote: Hi folks, I am trying to disable HDDs power management in a systemd way (aka no shell scripts :) /etc/udev/rules.d/99-hdparm.rules SUBSYSTEM==block, KERNEL==sd

Re: [systemd-devel] Restart instantiated services after suspend

2013-11-19 Thread Marcos Felipe Rasia de Mello
2013/11/19 Cristian Rodríguez crrodrig...@opensuse.org: El 19/11/13 13:18, Marcos Felipe Rasia de Mello escribió: It works fine, but after the machine wakes up from suspend, I need that all hdparm@.service be run again. Is there a way to accomplish You are looking at the wrong place.. if you

[systemd-devel] Outdated man page on fdo?

2013-10-26 Thread Marcos Felipe Rasia de Mello
I was searching for supported specifiers and found no %v here http://www.freedesktop.org/software/systemd/man/systemd.unit.html that is supposed (now) to correspond to systemd 208 man pages. %v is present in systemd.unit since its introduction in 206... -- Marcos