В Mon, 1 Jul 2013 12:14:50 +0530 abhishek sharma <[email protected]> пишет: > 3.In the ListUnitFiles what is the second parameter along with the service > name? on introspection it says "static", "enabled", "disabled" etc. >
"static" means that unit definition does not include [Install] section and so cannot be "enabled" or "disabled". Such unit is either statically always enabled or is started as dependency for other units. "enabled" and "disabled" means that links specified in [Install] section are present or not present respectively. "masked" means that unit is masked (it is overridden by empty unit file with the same name). > Please forgive if the questions are already answared in the mailing list. > If so,Kindly point me to the correct place where I can look into the same. > Yes, documentation lacks this info, unfortunately. _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
