On Tue, Apr 26, 2016 at 2:44 PM, Per Jessen <per@computer.org> wrote:
No. systemd looks for unit definitions only on startup or when explicitly told to do so by "systemctl daemon-reload".
That is not my experience on Leap421. I just tried it with the altairlmx_init file - only had to edit it and chmod +x it, then:
office34:~ # systemctl status altairlmx_init altairlmx_init.service - LSB: Altair_Lmxd for Altair products Loaded: loaded (/etc/init.d/altairlmx_init) Active: inactive (dead)
Indeed. It appears that now systemd attempts to load unit definition when asked to process explicit full unit name. Change is not entirely new, and I am not sure even if this was intentional. Note that it happens only for single unambiguous unit name. E.g. in TW systemd supports wildcards, so systemctl status foo* will *not* try to enumerate all available unit definitions, while systemctl status foo will attempt to locate and load exactly one definition for unit "foo". -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org