Re: [systemd-devel] Environment File Question

2017-12-18 Thread Andrei Borzenkov
19.12.2017 02:22, Boyce, Kevin P [US] (AS) пишет: > Good Day List, > > This may be a noob question but I'm trying to understand how systemd works > with environment variables for system services in one place. Reading various > sites and systemd documentation only seems to be confusing me at

Re: [systemd-devel] Disabling tomcat8

2017-12-18 Thread Reindl Harald
Am 18.12.2017 um 19:40 schrieb Cecil Westerhof:     tomcat8.service is not a native service, redirecting to systemd-sysv-install.     Executing: /lib/systemd/systemd-sysv-install disable tomcat8 Other services I can enable and disable. I can stop (and start) tomcat 8, but then I always

[systemd-devel] Environment File Question

2017-12-18 Thread Boyce, Kevin P [US] (AS)
Good Day List, This may be a noob question but I'm trying to understand how systemd works with environment variables for system services in one place. Reading various sites and systemd documentation only seems to be confusing me at this point. When I set in /etc/systemd/system.conf

Re: [systemd-devel] journalctl --unit and pattern

2017-12-18 Thread Cecil Westerhof
2017-12-18 22:53 GMT+01:00 Kai Krakow : > Am Mon, 18 Dec 2017 18:01:21 +0100 schrieb Cecil Westerhof: > > > At the moment I am using: > > journalctl --boot --follow --no-tail --unit storeSystemStatistics > > --unit vmstatLog > > > > But instead of unit names you should

Re: [systemd-devel] journalctl --unit and pattern

2017-12-18 Thread Tomasz Torcz ️
On Mon, Dec 18, 2017 at 06:01:21PM +0100, Cecil Westerhof wrote: > At the moment I am using: > journalctl --boot --follow --no-tail --unit storeSystemStatistics > --unit vmstatLog > > But instead of unit names you should be able to use a pattern. I tried the > following: > --unit

[systemd-devel] Disabling tomcat8

2017-12-18 Thread Cecil Westerhof
There is a system with tomcat8 installed and enabled. At the moment it is not used, so I thought it better to disable it. When I enter: systemctl disable tomcat8.service I get: tomcat8.service is not a native service, redirecting to systemd-sysv-install. Executing:

[systemd-devel] journalctl --unit and pattern

2017-12-18 Thread Cecil Westerhof
At the moment I am using: journalctl --boot --follow --no-tail --unit storeSystemStatistics --unit vmstatLog But instead of unit names you should be able to use a pattern. I tried the following: --unit "storeSystemStatistics|vmstatLog" ​And variants on it, but could not make it work.