Lines Matching refs:Service
381 Service.PIDFile, config_parse_pid_file, 0, …
382 Service.ExecCondition, config_parse_exec, SERVICE_EXEC_…
383 Service.ExecStartPre, config_parse_exec, SERVICE_EXEC_…
384 Service.ExecStart, config_parse_exec, SERVICE_EXEC_…
385 Service.ExecStartPost, config_parse_exec, SERVICE_EXEC_…
386 Service.ExecReload, config_parse_exec, SERVICE_EXEC_…
387 Service.ExecStop, config_parse_exec, SERVICE_EXEC_…
388 Service.ExecStopPost, config_parse_exec, SERVICE_EXEC_…
389 Service.RestartSec, config_parse_sec, 0, …
390 Service.TimeoutSec, config_parse_service_timeout, 0, …
391 Service.TimeoutStartSec, config_parse_service_timeout, 0, …
392 Service.TimeoutStopSec, config_parse_sec_fix_0, 0, …
393 Service.TimeoutAbortSec, config_parse_service_timeout_abort, 0, …
394 Service.TimeoutStartFailureMode, config_parse_service_timeout_failure_mode, 0, …
395 Service.TimeoutStopFailureMode, config_parse_service_timeout_failure_mode, 0, …
396 Service.RuntimeMaxSec, config_parse_sec, 0, …
397 Service.RuntimeRandomizedExtraSec, config_parse_sec, 0, …
398 Service.WatchdogSec, config_parse_sec, 0, …
400 Service.StartLimitInterval, config_parse_sec, 0, …
401 Service.StartLimitBurst, config_parse_unsigned, 0, …
402 Service.StartLimitAction, config_parse_emergency_action, 0, …
403 Service.FailureAction, config_parse_emergency_action, 0, …
404 Service.RebootArgument, config_parse_unit_string_printf, 0, …
405 Service.Type, config_parse_service_type, 0, …
406 Service.ExitType, config_parse_service_exit_type, 0, …
407 Service.Restart, config_parse_service_restart, 0, …
408 Service.PermissionsStartOnly, config_parse_bool, 0, …
409 Service.RootDirectoryStartOnly, config_parse_bool, 0, …
410 Service.RemainAfterExit, config_parse_bool, 0, …
411 Service.GuessMainPID, config_parse_bool, 0, …
412 Service.RestartPreventExitStatus, config_parse_set_status, 0, …
413 Service.RestartForceExitStatus, config_parse_set_status, 0, …
414 Service.SuccessExitStatus, config_parse_set_status, 0, …
415 Service.SysVStartPriority, config_parse_warn_compat, DISABLED_LEGA…
416 Service.NonBlocking, config_parse_bool, 0, …
417 Service.BusName, config_parse_bus_name, 0, …
418 Service.FileDescriptorStoreMax, config_parse_unsigned, 0, …
419 Service.NotifyAccess, config_parse_notify_access, 0, …
420 Service.Sockets, config_parse_service_sockets, 0, …
421 Service.BusPolicy, config_parse_warn_compat, DISABLED_LEGA…
422 Service.USBFunctionDescriptors, config_parse_unit_path_printf, 0, …
423 Service.USBFunctionStrings, config_parse_unit_path_printf, 0, …
424 Service.OOMPolicy, config_parse_oom_policy, 0, …
425 {{ EXEC_CONTEXT_CONFIG_ITEMS('Service') }}
426 {{ CGROUP_CONTEXT_CONFIG_ITEMS('Service') }}
427 {{ KILL_CONTEXT_CONFIG_ITEMS('Service') }}
481 Socket.Service, config_parse_socket_service, 0, …