On 04/08/2013 04:36 PM, Patrick Shanahan wrote:
* Claudio Freire <klaussfreire@gmail.com> [04-08-13 15:13]: [...]
Ok, maybe an LSM does indeed need to be supported by systemd specifically. But how does this rationale apply to other stuff? Just for an example I had to search for among all rc scripts... "rcntp ntptimeset".
Using systemctl, I wonder how one would issue: rcapache2 graceful
I do use systemd/systemctl but I also use rcapache2 for above function(s) and afaics, systemctl does not provide these. full-server-status
And have not seen it discussed in the opensuse lists. - dump a
It is implemented the following way.. systemctl restart apache2 --> is graceful restart systemctl stop apache2 --> is graceful stop (when stopping systemd will issue TERM if the service refused to go down nicely after a timeout) which is what you really want.. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org