Re: [systemd-devel] systemd unit transition timestamps

2021-06-10 Thread paul.niel...@fujitsu.com
Hi Uoti, Thanks a lot for your answer. I wasn't aware of the garbage collector. Just after your mail I saw that it is "now" described in the systemd.unit man page, with all answers to my question. :D As I said, unfortunately, we use a fairly outdated version (228) that ships with SLES12 and this

[systemd-devel] systemd.socket man pages update suggestion

2021-06-10 Thread Ted Toth
SELinuxContextFromNet= Takes a boolean argument. When true, systemd will attempt to figure out the SELinux label used for the instantiated service from the information handed by the peer over the network. Note that only the security level is used from th

Re: [systemd-devel] systemd unit transition timestamps

2021-06-10 Thread Uoti Urpala
On Thu, 2021-06-10 at 10:49 +, paul.niel...@fujitsu.com wrote: > So, anyways, I don't see the difference between the units that causes the > different behavior. Furthermore, from my point of view (as a user) it > contradicts the description of the Timestamp values in the man page somehow, > whe

[systemd-devel] systemd unit transition timestamps

2021-06-10 Thread paul.niel...@fujitsu.com
Hi Folks! I'm sorry for bothering you, but I have a question regarding the systemd transition timestamps ActiveEnterTimestamp, ActiveExitTimestamp, InactiveEnterTimestamp and InactiveExitTimestamp that I couldn't figure out myself. As far as I understand from the man page org.freedesktop.systemd1,

Re: [systemd-devel] systemd log_debug

2021-06-10 Thread František Šumšal
On 6/10/21 2:08 AM, Ted Toth wrote: What do I need to do to enable log_debug logging in systemd (on centos7), edit /etc/systemd/system.conf and set LogLevel=debug? If so, how do I get systemd to reread the config file (kill -HUP 1)? Where do I view the messages, journalctl -l? If you want to do