load-fragment-gperf.gperf.m4 revision 412ea7a936ebaa5342a4c2abf48b9e408e6ba5dc
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster%{
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster#include <stddef.h>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster#include "conf-parser.h"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster#include "load-fragment.h"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster#include "missing.h"
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster%}
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterstruct ConfigPerfItem;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster%null_strings
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster%language=ANSI-C
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster%define slot-name section_and_lvalue
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster%define hash-function-name load_fragment_gperf_hash
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster%define lookup-function-name load_fragment_gperf_lookup
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster%readonly-tables
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster%omit-struct-type
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster%struct-type
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster%includes
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster%%
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterm4_dnl Define the context options only once
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterm4_define(`EXEC_CONTEXT_CONFIG_ITEMS',
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster`$1.WorkingDirectory, config_parse_working_directory, 0, offsetof($1, exec_context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.RootDirectory, config_parse_unit_path_printf, 0, offsetof($1, exec_context.root_directory)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.User, config_parse_unit_string_printf, 0, offsetof($1, exec_context.user)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.Group, config_parse_unit_string_printf, 0, offsetof($1, exec_context.group)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.SupplementaryGroups, config_parse_strv, 0, offsetof($1, exec_context.supplementary_groups)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.Nice, config_parse_exec_nice, 0, offsetof($1, exec_context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.OOMScoreAdjust, config_parse_exec_oom_score_adjust, 0, offsetof($1, exec_context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.IOSchedulingClass, config_parse_exec_io_class, 0, offsetof($1, exec_context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.IOSchedulingPriority, config_parse_exec_io_priority, 0, offsetof($1, exec_context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.CPUSchedulingPolicy, config_parse_exec_cpu_sched_policy, 0, offsetof($1, exec_context)
f79113ae65937c28690ec71f68f54f862b758baePhill Cunnington$1.CPUSchedulingPriority, config_parse_exec_cpu_sched_prio, 0, offsetof($1, exec_context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.CPUSchedulingResetOnFork, config_parse_bool, 0, offsetof($1, exec_context.cpu_sched_reset_on_fork)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.CPUAffinity, config_parse_exec_cpu_affinity, 0, offsetof($1, exec_context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.UMask, config_parse_mode, 0, offsetof($1, exec_context.umask)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.Environment, config_parse_environ, 0, offsetof($1, exec_context.environment)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.EnvironmentFile, config_parse_unit_env_file, 0, offsetof($1, exec_context.environment_files)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.StandardInput, config_parse_input, 0, offsetof($1, exec_context.std_input)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.StandardOutput, config_parse_output, 0, offsetof($1, exec_context.std_output)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.StandardError, config_parse_output, 0, offsetof($1, exec_context.std_error)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.TTYPath, config_parse_unit_path_printf, 0, offsetof($1, exec_context.tty_path)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.TTYReset, config_parse_bool, 0, offsetof($1, exec_context.tty_reset)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.TTYVHangup, config_parse_bool, 0, offsetof($1, exec_context.tty_vhangup)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.TTYVTDisallocate, config_parse_bool, 0, offsetof($1, exec_context.tty_vt_disallocate)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.SyslogIdentifier, config_parse_unit_string_printf, 0, offsetof($1, exec_context.syslog_identifier)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.SyslogFacility, config_parse_log_facility, 0, offsetof($1, exec_context.syslog_priority)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.SyslogLevel, config_parse_log_level, 0, offsetof($1, exec_context.syslog_priority)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.SyslogLevelPrefix, config_parse_bool, 0, offsetof($1, exec_context.syslog_level_prefix)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.Capabilities, config_parse_exec_capabilities, 0, offsetof($1, exec_context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.SecureBits, config_parse_exec_secure_bits, 0, offsetof($1, exec_context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.CapabilityBoundingSet, config_parse_bounding_set, 0, offsetof($1, exec_context.capability_bounding_set_drop)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.TimerSlackNSec, config_parse_nsec, 0, offsetof($1, exec_context.timer_slack_nsec)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.NoNewPrivileges, config_parse_no_new_privileges, 0, offsetof($1, exec_context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterm4_ifdef(`HAVE_SECCOMP',
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster`$1.SystemCallFilter, config_parse_syscall_filter, 0, offsetof($1, exec_context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.SystemCallArchitectures, config_parse_syscall_archs, 0, offsetof($1, exec_context.syscall_archs)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.SystemCallErrorNumber, config_parse_syscall_errno, 0, offsetof($1, exec_context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.RestrictAddressFamilies, config_parse_address_families, 0, offsetof($1, exec_context)',
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster`$1.SystemCallFilter, config_parse_warn_compat, DISABLED_CONFIGURATION, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.SystemCallArchitectures, config_parse_warn_compat, DISABLED_CONFIGURATION, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.SystemCallErrorNumber, config_parse_warn_compat, DISABLED_CONFIGURATION, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.RestrictAddressFamilies, config_parse_warn_compat, DISABLED_CONFIGURATION, 0')
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.LimitCPU, config_parse_limit, RLIMIT_CPU, offsetof($1, exec_context.rlimit)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.LimitFSIZE, config_parse_bytes_limit, RLIMIT_FSIZE, offsetof($1, exec_context.rlimit)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.LimitDATA, config_parse_bytes_limit, RLIMIT_DATA, offsetof($1, exec_context.rlimit)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.LimitSTACK, config_parse_bytes_limit, RLIMIT_STACK, offsetof($1, exec_context.rlimit)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.LimitCORE, config_parse_bytes_limit, RLIMIT_CORE, offsetof($1, exec_context.rlimit)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.LimitRSS, config_parse_bytes_limit, RLIMIT_RSS, offsetof($1, exec_context.rlimit)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.LimitNOFILE, config_parse_limit, RLIMIT_NOFILE, offsetof($1, exec_context.rlimit)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.LimitAS, config_parse_bytes_limit, RLIMIT_AS, offsetof($1, exec_context.rlimit)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.LimitNPROC, config_parse_limit, RLIMIT_NPROC, offsetof($1, exec_context.rlimit)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.LimitMEMLOCK, config_parse_bytes_limit, RLIMIT_MEMLOCK, offsetof($1, exec_context.rlimit)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.LimitLOCKS, config_parse_limit, RLIMIT_LOCKS, offsetof($1, exec_context.rlimit)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.LimitSIGPENDING, config_parse_limit, RLIMIT_SIGPENDING, offsetof($1, exec_context.rlimit)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.LimitMSGQUEUE, config_parse_bytes_limit, RLIMIT_MSGQUEUE, offsetof($1, exec_context.rlimit)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.LimitNICE, config_parse_limit, RLIMIT_NICE, offsetof($1, exec_context.rlimit)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.LimitRTPRIO, config_parse_limit, RLIMIT_RTPRIO, offsetof($1, exec_context.rlimit)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.LimitRTTIME, config_parse_limit, RLIMIT_RTTIME, offsetof($1, exec_context.rlimit)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.ReadWriteDirectories, config_parse_namespace_path_strv, 0, offsetof($1, exec_context.read_write_dirs)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.ReadOnlyDirectories, config_parse_namespace_path_strv, 0, offsetof($1, exec_context.read_only_dirs)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.InaccessibleDirectories, config_parse_namespace_path_strv, 0, offsetof($1, exec_context.inaccessible_dirs)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.PrivateTmp, config_parse_bool, 0, offsetof($1, exec_context.private_tmp)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.PrivateNetwork, config_parse_bool, 0, offsetof($1, exec_context.private_network)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.PrivateDevices, config_parse_bool, 0, offsetof($1, exec_context.private_devices)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.ProtectSystem, config_parse_protect_system, 0, offsetof($1, exec_context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.ProtectHome, config_parse_protect_home, 0, offsetof($1, exec_context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.MountFlags, config_parse_exec_mount_flags, 0, offsetof($1, exec_context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.Personality, config_parse_personality, 0, offsetof($1, exec_context.personality)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.RuntimeDirectoryMode, config_parse_mode, 0, offsetof($1, exec_context.runtime_directory_mode)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.RuntimeDirectory, config_parse_runtime_directory, 0, offsetof($1, exec_context.runtime_directory)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterm4_ifdef(`HAVE_PAM',
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster`$1.PAMName, config_parse_unit_string_printf, 0, offsetof($1, exec_context.pam_name)',
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster`$1.PAMName, config_parse_warn_compat, DISABLED_CONFIGURATION, 0')
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.IgnoreSIGPIPE, config_parse_bool, 0, offsetof($1, exec_context.ignore_sigpipe)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.UtmpIdentifier, config_parse_unit_string_printf, 0, offsetof($1, exec_context.utmp_id)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.UtmpMode, config_parse_exec_utmp_mode, 0, offsetof($1, exec_context.utmp_mode)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterm4_ifdef(`HAVE_SELINUX',
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster`$1.SELinuxContext, config_parse_exec_selinux_context, 0, offsetof($1, exec_context)',
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster`$1.SELinuxContext, config_parse_warn_compat, DISABLED_CONFIGURATION, 0')
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterm4_ifdef(`HAVE_APPARMOR',
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster`$1.AppArmorProfile, config_parse_exec_apparmor_profile, 0, offsetof($1, exec_context)',
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster`$1.AppArmorProfile, config_parse_warn_compat, DISABLED_CONFIGURATION, 0')
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterm4_ifdef(`HAVE_SMACK',
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster`$1.SmackProcessLabel, config_parse_exec_smack_process_label, 0, offsetof($1, exec_context)',
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster`$1.SmackProcessLabel, config_parse_warn_compat, DISABLED_CONFIGURATION, 0')'
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster)m4_dnl
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterm4_define(`KILL_CONTEXT_CONFIG_ITEMS',
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster`$1.SendSIGKILL, config_parse_bool, 0, offsetof($1, kill_context.send_sigkill)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.SendSIGHUP, config_parse_bool, 0, offsetof($1, kill_context.send_sighup)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.KillMode, config_parse_kill_mode, 0, offsetof($1, kill_context.kill_mode)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.KillSignal, config_parse_signal, 0, offsetof($1, kill_context.kill_signal)'
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster)m4_dnl
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterm4_define(`CGROUP_CONTEXT_CONFIG_ITEMS',
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster`$1.Slice, config_parse_unit_slice, 0, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.CPUAccounting, config_parse_bool, 0, offsetof($1, cgroup_context.cpu_accounting)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.CPUShares, config_parse_cpu_shares, 0, offsetof($1, cgroup_context.cpu_shares)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.StartupCPUShares, config_parse_cpu_shares, 0, offsetof($1, cgroup_context.startup_cpu_shares)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.CPUQuota, config_parse_cpu_quota, 0, offsetof($1, cgroup_context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.MemoryAccounting, config_parse_bool, 0, offsetof($1, cgroup_context.memory_accounting)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.MemoryLimit, config_parse_memory_limit, 0, offsetof($1, cgroup_context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.DeviceAllow, config_parse_device_allow, 0, offsetof($1, cgroup_context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.DevicePolicy, config_parse_device_policy, 0, offsetof($1, cgroup_context.device_policy)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.BlockIOAccounting, config_parse_bool, 0, offsetof($1, cgroup_context.blockio_accounting)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.BlockIOWeight, config_parse_blockio_weight, 0, offsetof($1, cgroup_context.blockio_weight)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.StartupBlockIOWeight, config_parse_blockio_weight, 0, offsetof($1, cgroup_context.startup_blockio_weight)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.BlockIODeviceWeight, config_parse_blockio_device_weight, 0, offsetof($1, cgroup_context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.BlockIOReadBandwidth, config_parse_blockio_bandwidth, 0, offsetof($1, cgroup_context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.BlockIOWriteBandwidth, config_parse_blockio_bandwidth, 0, offsetof($1, cgroup_context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.TasksAccounting, config_parse_bool, 0, offsetof($1, cgroup_context.tasks_accounting)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.TasksMax, config_parse_tasks_max, 0, offsetof($1, cgroup_context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.Delegate, config_parse_bool, 0, offsetof($1, cgroup_context.delegate)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster$1.NetClass, config_parse_netclass, 0, offsetof($1, cgroup_context)'
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster)m4_dnl
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.Description, config_parse_unit_string_printf, 0, offsetof(Unit, description)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.Documentation, config_parse_documentation, 0, offsetof(Unit, documentation)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.SourcePath, config_parse_path, 0, offsetof(Unit, source_path)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.Requires, config_parse_unit_deps, UNIT_REQUIRES, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.RequiresOverridable, config_parse_unit_deps, UNIT_REQUIRES_OVERRIDABLE, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.Requisite, config_parse_unit_deps, UNIT_REQUISITE, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.RequisiteOverridable, config_parse_unit_deps, UNIT_REQUISITE_OVERRIDABLE, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.Wants, config_parse_unit_deps, UNIT_WANTS, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.BindsTo, config_parse_unit_deps, UNIT_BINDS_TO, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.BindTo, config_parse_unit_deps, UNIT_BINDS_TO, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.Conflicts, config_parse_unit_deps, UNIT_CONFLICTS, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.Before, config_parse_unit_deps, UNIT_BEFORE, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.After, config_parse_unit_deps, UNIT_AFTER, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.OnFailure, config_parse_unit_deps, UNIT_ON_FAILURE, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.PropagatesReloadTo, config_parse_unit_deps, UNIT_PROPAGATES_RELOAD_TO, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.PropagateReloadTo, config_parse_unit_deps, UNIT_PROPAGATES_RELOAD_TO, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.ReloadPropagatedFrom, config_parse_unit_deps, UNIT_RELOAD_PROPAGATED_FROM, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.PropagateReloadFrom, config_parse_unit_deps, UNIT_RELOAD_PROPAGATED_FROM, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.PartOf, config_parse_unit_deps, UNIT_PART_OF, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.JoinsNamespaceOf, config_parse_unit_deps, UNIT_JOINS_NAMESPACE_OF, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.RequiresMountsFor, config_parse_unit_requires_mounts_for, 0, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.StopWhenUnneeded, config_parse_bool, 0, offsetof(Unit, stop_when_unneeded)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.RefuseManualStart, config_parse_bool, 0, offsetof(Unit, refuse_manual_start)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.RefuseManualStop, config_parse_bool, 0, offsetof(Unit, refuse_manual_stop)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.AllowIsolate, config_parse_bool, 0, offsetof(Unit, allow_isolate)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.DefaultDependencies, config_parse_bool, 0, offsetof(Unit, default_dependencies)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.OnFailureJobMode, config_parse_job_mode, 0, offsetof(Unit, on_failure_job_mode)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.OnFailureIsolate, config_parse_job_mode_isolate, 0, offsetof(Unit, on_failure_job_mode)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.IgnoreOnIsolate, config_parse_bool, 0, offsetof(Unit, ignore_on_isolate)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.IgnoreOnSnapshot, config_parse_bool, 0, offsetof(Unit, ignore_on_snapshot)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.JobTimeoutSec, config_parse_sec, 0, offsetof(Unit, job_timeout)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.JobTimeoutAction, config_parse_failure_action, 0, offsetof(Unit, job_timeout_action)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.JobTimeoutRebootArgument, config_parse_string, 0, offsetof(Unit, job_timeout_reboot_arg)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.ConditionPathExists, config_parse_unit_condition_path, CONDITION_PATH_EXISTS, offsetof(Unit, conditions)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.ConditionPathExistsGlob, config_parse_unit_condition_path, CONDITION_PATH_EXISTS_GLOB, offsetof(Unit, conditions)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.ConditionPathIsDirectory, config_parse_unit_condition_path, CONDITION_PATH_IS_DIRECTORY, offsetof(Unit, conditions)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.ConditionPathIsSymbolicLink,config_parse_unit_condition_path, CONDITION_PATH_IS_SYMBOLIC_LINK,offsetof(Unit, conditions)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.ConditionPathIsMountPoint, config_parse_unit_condition_path, CONDITION_PATH_IS_MOUNT_POINT, offsetof(Unit, conditions)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.ConditionPathIsReadWrite, config_parse_unit_condition_path, CONDITION_PATH_IS_READ_WRITE, offsetof(Unit, conditions)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.ConditionDirectoryNotEmpty, config_parse_unit_condition_path, CONDITION_DIRECTORY_NOT_EMPTY, offsetof(Unit, conditions)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.ConditionFileNotEmpty, config_parse_unit_condition_path, CONDITION_FILE_NOT_EMPTY, offsetof(Unit, conditions)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.ConditionFileIsExecutable, config_parse_unit_condition_path, CONDITION_FILE_IS_EXECUTABLE, offsetof(Unit, conditions)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.ConditionNeedsUpdate, config_parse_unit_condition_path, CONDITION_NEEDS_UPDATE, offsetof(Unit, conditions)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.ConditionFirstBoot, config_parse_unit_condition_string, CONDITION_FIRST_BOOT, offsetof(Unit, conditions)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.ConditionKernelCommandLine, config_parse_unit_condition_string, CONDITION_KERNEL_COMMAND_LINE, offsetof(Unit, conditions)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.ConditionArchitecture, config_parse_unit_condition_string, CONDITION_ARCHITECTURE, offsetof(Unit, conditions)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.ConditionVirtualization, config_parse_unit_condition_string, CONDITION_VIRTUALIZATION, offsetof(Unit, conditions)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.ConditionSecurity, config_parse_unit_condition_string, CONDITION_SECURITY, offsetof(Unit, conditions)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.ConditionCapability, config_parse_unit_condition_string, CONDITION_CAPABILITY, offsetof(Unit, conditions)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.ConditionHost, config_parse_unit_condition_string, CONDITION_HOST, offsetof(Unit, conditions)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.ConditionACPower, config_parse_unit_condition_string, CONDITION_AC_POWER, offsetof(Unit, conditions)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.ConditionNull, config_parse_unit_condition_null, 0, offsetof(Unit, conditions)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.AssertPathExists, config_parse_unit_condition_path, CONDITION_PATH_EXISTS, offsetof(Unit, asserts)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.AssertPathExistsGlob, config_parse_unit_condition_path, CONDITION_PATH_EXISTS_GLOB, offsetof(Unit, asserts)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.AssertPathIsDirectory, config_parse_unit_condition_path, CONDITION_PATH_IS_DIRECTORY, offsetof(Unit, asserts)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.AssertPathIsSymbolicLink, config_parse_unit_condition_path, CONDITION_PATH_IS_SYMBOLIC_LINK,offsetof(Unit, asserts)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.AssertPathIsMountPoint, config_parse_unit_condition_path, CONDITION_PATH_IS_MOUNT_POINT, offsetof(Unit, asserts)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.AssertPathIsReadWrite, config_parse_unit_condition_path, CONDITION_PATH_IS_READ_WRITE, offsetof(Unit, asserts)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.AssertDirectoryNotEmpty, config_parse_unit_condition_path, CONDITION_DIRECTORY_NOT_EMPTY, offsetof(Unit, asserts)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.AssertFileNotEmpty, config_parse_unit_condition_path, CONDITION_FILE_NOT_EMPTY, offsetof(Unit, asserts)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.AssertFileIsExecutable, config_parse_unit_condition_path, CONDITION_FILE_IS_EXECUTABLE, offsetof(Unit, asserts)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.AssertNeedsUpdate, config_parse_unit_condition_path, CONDITION_NEEDS_UPDATE, offsetof(Unit, asserts)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.AssertFirstBoot, config_parse_unit_condition_string, CONDITION_FIRST_BOOT, offsetof(Unit, asserts)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.AssertKernelCommandLine, config_parse_unit_condition_string, CONDITION_KERNEL_COMMAND_LINE, offsetof(Unit, asserts)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.AssertArchitecture, config_parse_unit_condition_string, CONDITION_ARCHITECTURE, offsetof(Unit, asserts)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.AssertVirtualization, config_parse_unit_condition_string, CONDITION_VIRTUALIZATION, offsetof(Unit, asserts)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.AssertSecurity, config_parse_unit_condition_string, CONDITION_SECURITY, offsetof(Unit, asserts)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.AssertCapability, config_parse_unit_condition_string, CONDITION_CAPABILITY, offsetof(Unit, asserts)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.AssertHost, config_parse_unit_condition_string, CONDITION_HOST, offsetof(Unit, asserts)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.AssertACPower, config_parse_unit_condition_string, CONDITION_AC_POWER, offsetof(Unit, asserts)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterUnit.AssertNull, config_parse_unit_condition_null, 0, offsetof(Unit, asserts)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterm4_dnl
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.PIDFile, config_parse_unit_path_printf, 0, offsetof(Service, pid_file)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.ExecStartPre, config_parse_exec, SERVICE_EXEC_START_PRE, offsetof(Service, exec_command)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.ExecStart, config_parse_exec, SERVICE_EXEC_START, offsetof(Service, exec_command)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.ExecStartPost, config_parse_exec, SERVICE_EXEC_START_POST, offsetof(Service, exec_command)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.ExecReload, config_parse_exec, SERVICE_EXEC_RELOAD, offsetof(Service, exec_command)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.ExecStop, config_parse_exec, SERVICE_EXEC_STOP, offsetof(Service, exec_command)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.ExecStopPost, config_parse_exec, SERVICE_EXEC_STOP_POST, offsetof(Service, exec_command)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.RestartSec, config_parse_sec, 0, offsetof(Service, restart_usec)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.TimeoutSec, config_parse_service_timeout, 0, offsetof(Service, timeout_start_usec)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.TimeoutStartSec, config_parse_service_timeout, 0, offsetof(Service, timeout_start_usec)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.TimeoutStopSec, config_parse_service_timeout, 0, offsetof(Service, timeout_stop_usec)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.WatchdogSec, config_parse_sec, 0, offsetof(Service, watchdog_usec)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.StartLimitInterval, config_parse_sec, 0, offsetof(Service, start_limit.interval)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.StartLimitBurst, config_parse_unsigned, 0, offsetof(Service, start_limit.burst)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.StartLimitAction, config_parse_failure_action, 0, offsetof(Service, start_limit_action)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.RebootArgument, config_parse_string, 0, offsetof(Service, reboot_arg)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.FailureAction, config_parse_failure_action, 0, offsetof(Service, failure_action)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.Type, config_parse_service_type, 0, offsetof(Service, type)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.Restart, config_parse_service_restart, 0, offsetof(Service, restart)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.PermissionsStartOnly, config_parse_bool, 0, offsetof(Service, permissions_start_only)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.RootDirectoryStartOnly, config_parse_bool, 0, offsetof(Service, root_directory_start_only)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.RemainAfterExit, config_parse_bool, 0, offsetof(Service, remain_after_exit)
9709ff1b979ab7830f3e00b809f1157554566ed3Steve FerrisService.GuessMainPID, config_parse_bool, 0, offsetof(Service, guess_main_pid)
9709ff1b979ab7830f3e00b809f1157554566ed3Steve FerrisService.RestartPreventExitStatus, config_parse_set_status, 0, offsetof(Service, restart_prevent_status)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.RestartForceExitStatus, config_parse_set_status, 0, offsetof(Service, restart_force_status)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.SuccessExitStatus, config_parse_set_status, 0, offsetof(Service, success_status)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.SysVStartPriority, config_parse_warn_compat, DISABLED_LEGACY, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.NonBlocking, config_parse_bool, 0, offsetof(Service, exec_context.non_blocking)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.BusName, config_parse_bus_name, 0, offsetof(Service, bus_name)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.FileDescriptorStoreMax, config_parse_unsigned, 0, offsetof(Service, n_fd_store_max)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.NotifyAccess, config_parse_notify_access, 0, offsetof(Service, notify_access)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.Sockets, config_parse_service_sockets, 0, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.BusPolicy, config_parse_bus_endpoint_policy, 0, offsetof(Service, exec_context)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.USBFunctionDescriptors, config_parse_path, 0, offsetof(Service, usb_function_descriptors)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterService.USBFunctionStrings, config_parse_path, 0, offsetof(Service, usb_function_strings)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterEXEC_CONTEXT_CONFIG_ITEMS(Service)m4_dnl
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterCGROUP_CONTEXT_CONFIG_ITEMS(Service)m4_dnl
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterKILL_CONTEXT_CONFIG_ITEMS(Service)m4_dnl
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterm4_dnl
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.ListenStream, config_parse_socket_listen, SOCKET_SOCKET, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.ListenDatagram, config_parse_socket_listen, SOCKET_SOCKET, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.ListenSequentialPacket, config_parse_socket_listen, SOCKET_SOCKET, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.ListenFIFO, config_parse_socket_listen, SOCKET_FIFO, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.ListenNetlink, config_parse_socket_listen, SOCKET_SOCKET, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.ListenSpecial, config_parse_socket_listen, SOCKET_SPECIAL, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.ListenMessageQueue, config_parse_socket_listen, SOCKET_MQUEUE, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.ListenUSBFunction, config_parse_socket_listen, SOCKET_USB_FUNCTION, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.BindIPv6Only, config_parse_socket_bind, 0, 0,
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.Backlog, config_parse_unsigned, 0, offsetof(Socket, backlog)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.BindToDevice, config_parse_socket_bindtodevice, 0, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.ExecStartPre, config_parse_exec, SOCKET_EXEC_START_PRE, offsetof(Socket, exec_command)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.ExecStartPost, config_parse_exec, SOCKET_EXEC_START_POST, offsetof(Socket, exec_command)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.ExecStopPre, config_parse_exec, SOCKET_EXEC_STOP_PRE, offsetof(Socket, exec_command)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.ExecStopPost, config_parse_exec, SOCKET_EXEC_STOP_POST, offsetof(Socket, exec_command)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.TimeoutSec, config_parse_sec, 0, offsetof(Socket, timeout_usec)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.SocketUser, config_parse_unit_string_printf, 0, offsetof(Socket, user)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.SocketGroup, config_parse_unit_string_printf, 0, offsetof(Socket, group)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.SocketMode, config_parse_mode, 0, offsetof(Socket, socket_mode)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.DirectoryMode, config_parse_mode, 0, offsetof(Socket, directory_mode)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.Accept, config_parse_bool, 0, offsetof(Socket, accept)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.Writable, config_parse_bool, 0, offsetof(Socket, writable)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.MaxConnections, config_parse_unsigned, 0, offsetof(Socket, max_connections)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.KeepAlive, config_parse_bool, 0, offsetof(Socket, keep_alive)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.KeepAliveTimeSec, config_parse_sec, 0, offsetof(Socket, keep_alive_time)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.KeepAliveIntervalSec, config_parse_sec, 0, offsetof(Socket, keep_alive_interval)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.KeepAliveProbes, config_parse_unsigned, 0, offsetof(Socket, keep_alive_cnt)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.DeferAcceptSec, config_parse_sec, 0, offsetof(Socket, defer_accept)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.NoDelay, config_parse_bool, 0, offsetof(Socket, no_delay)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.Priority, config_parse_int, 0, offsetof(Socket, priority)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.ReceiveBuffer, config_parse_iec_size, 0, offsetof(Socket, receive_buffer)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.SendBuffer, config_parse_iec_size, 0, offsetof(Socket, send_buffer)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.IPTOS, config_parse_ip_tos, 0, offsetof(Socket, ip_tos)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.IPTTL, config_parse_int, 0, offsetof(Socket, ip_ttl)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.Mark, config_parse_int, 0, offsetof(Socket, mark)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.PipeSize, config_parse_iec_size, 0, offsetof(Socket, pipe_size)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.FreeBind, config_parse_bool, 0, offsetof(Socket, free_bind)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.Transparent, config_parse_bool, 0, offsetof(Socket, transparent)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.Broadcast, config_parse_bool, 0, offsetof(Socket, broadcast)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.PassCredentials, config_parse_bool, 0, offsetof(Socket, pass_cred)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.PassSecurity, config_parse_bool, 0, offsetof(Socket, pass_sec)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.TCPCongestion, config_parse_string, 0, offsetof(Socket, tcp_congestion)
f79113ae65937c28690ec71f68f54f862b758baePhill CunningtonSocket.ReusePort, config_parse_bool, 0, offsetof(Socket, reuse_port)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.MessageQueueMaxMessages, config_parse_long, 0, offsetof(Socket, mq_maxmsg)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.MessageQueueMessageSize, config_parse_long, 0, offsetof(Socket, mq_msgsize)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.RemoveOnStop, config_parse_bool, 0, offsetof(Socket, remove_on_stop)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.Symlinks, config_parse_unit_path_strv_printf, 0, offsetof(Socket, symlinks)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.FileDescriptorName, config_parse_fdname, 0, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.Service, config_parse_socket_service, 0, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterm4_ifdef(`HAVE_SMACK',
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster`Socket.SmackLabel, config_parse_string, 0, offsetof(Socket, smack)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.SmackLabelIPIn, config_parse_string, 0, offsetof(Socket, smack_ip_in)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.SmackLabelIPOut, config_parse_string, 0, offsetof(Socket, smack_ip_out)',
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster`Socket.SmackLabel, config_parse_warn_compat, DISABLED_CONFIGURATION, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.SmackLabelIPIn, config_parse_warn_compat, DISABLED_CONFIGURATION, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSocket.SmackLabelIPOut, config_parse_warn_compat, DISABLED_CONFIGURATION, 0')
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterm4_ifdef(`HAVE_SELINUX',
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster`Socket.SELinuxContextFromNet, config_parse_bool, 0, offsetof(Socket, selinux_context_from_net)',
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster`Socket.SELinuxContextFromNet, config_parse_warn_compat, DISABLED_CONFIGURATION, 0')
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterEXEC_CONTEXT_CONFIG_ITEMS(Socket)m4_dnl
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterCGROUP_CONTEXT_CONFIG_ITEMS(Socket)m4_dnl
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterKILL_CONTEXT_CONFIG_ITEMS(Socket)m4_dnl
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterm4_dnl
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterBusName.Name, config_parse_string, 0, offsetof(BusName, name)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterBusName.Activating, config_parse_bool, 0, offsetof(BusName, activating)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterBusName.Service, config_parse_busname_service, 0, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterBusName.AllowUser, config_parse_bus_policy, 0, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterBusName.AllowGroup, config_parse_bus_policy, 0, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterBusName.AllowWorld, config_parse_bus_policy_world, 0, offsetof(BusName, policy_world)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterBusName.SELinuxContext, config_parse_exec_selinux_context, 0, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterBusName.AcceptFileDescriptors, config_parse_bool, 0, offsetof(BusName, accept_fd)
9709ff1b979ab7830f3e00b809f1157554566ed3Steve Ferrism4_dnl
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterMount.What, config_parse_string, 0, offsetof(Mount, parameters_fragment.what)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterMount.Where, config_parse_path, 0, offsetof(Mount, where)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterMount.Options, config_parse_string, 0, offsetof(Mount, parameters_fragment.options)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterMount.Type, config_parse_string, 0, offsetof(Mount, parameters_fragment.fstype)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterMount.TimeoutSec, config_parse_sec, 0, offsetof(Mount, timeout_usec)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterMount.DirectoryMode, config_parse_mode, 0, offsetof(Mount, directory_mode)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterMount.SloppyOptions, config_parse_bool, 0, offsetof(Mount, sloppy_options)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterMount.SmackFileSystemRootLabel, config_parse_string, 0, offsetof(Mount, smack_fs_root_label)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterEXEC_CONTEXT_CONFIG_ITEMS(Mount)m4_dnl
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterCGROUP_CONTEXT_CONFIG_ITEMS(Mount)m4_dnl
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterKILL_CONTEXT_CONFIG_ITEMS(Mount)m4_dnl
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterm4_dnl
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterAutomount.Where, config_parse_path, 0, offsetof(Automount, where)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterAutomount.DirectoryMode, config_parse_mode, 0, offsetof(Automount, directory_mode)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterAutomount.TimeoutIdleSec, config_parse_sec, 0, offsetof(Automount, timeout_idle_usec)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterm4_dnl
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSwap.What, config_parse_path, 0, offsetof(Swap, parameters_fragment.what)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSwap.Priority, config_parse_int, 0, offsetof(Swap, parameters_fragment.priority)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSwap.Options, config_parse_string, 0, offsetof(Swap, parameters_fragment.options)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterSwap.TimeoutSec, config_parse_sec, 0, offsetof(Swap, timeout_usec)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterEXEC_CONTEXT_CONFIG_ITEMS(Swap)m4_dnl
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterCGROUP_CONTEXT_CONFIG_ITEMS(Swap)m4_dnl
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterKILL_CONTEXT_CONFIG_ITEMS(Swap)m4_dnl
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterm4_dnl
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterTimer.OnCalendar, config_parse_timer, 0, 0
9709ff1b979ab7830f3e00b809f1157554566ed3Steve FerrisTimer.OnActiveSec, config_parse_timer, 0, 0
9709ff1b979ab7830f3e00b809f1157554566ed3Steve FerrisTimer.OnBootSec, config_parse_timer, 0, 0
9709ff1b979ab7830f3e00b809f1157554566ed3Steve FerrisTimer.OnStartupSec, config_parse_timer, 0, 0
9709ff1b979ab7830f3e00b809f1157554566ed3Steve FerrisTimer.OnUnitActiveSec, config_parse_timer, 0, 0
9709ff1b979ab7830f3e00b809f1157554566ed3Steve FerrisTimer.OnUnitInactiveSec, config_parse_timer, 0, 0
9709ff1b979ab7830f3e00b809f1157554566ed3Steve FerrisTimer.Persistent, config_parse_bool, 0, offsetof(Timer, persistent)
9709ff1b979ab7830f3e00b809f1157554566ed3Steve FerrisTimer.WakeSystem, config_parse_bool, 0, offsetof(Timer, wake_system)
9709ff1b979ab7830f3e00b809f1157554566ed3Steve FerrisTimer.AccuracySec, config_parse_sec, 0, offsetof(Timer, accuracy_usec)
9709ff1b979ab7830f3e00b809f1157554566ed3Steve FerrisTimer.Unit, config_parse_trigger_unit, 0, 0
bcb85423bc6855cb1c7accc69fa051e1771c000aMark de Reeperm4_dnl
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterPath.PathExists, config_parse_path_spec, 0, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterPath.PathExistsGlob, config_parse_path_spec, 0, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterPath.PathChanged, config_parse_path_spec, 0, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterPath.PathModified, config_parse_path_spec, 0, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterPath.DirectoryNotEmpty, config_parse_path_spec, 0, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterPath.Unit, config_parse_trigger_unit, 0, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterPath.MakeDirectory, config_parse_bool, 0, offsetof(Path, make_directory)
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterPath.DirectoryMode, config_parse_mode, 0, offsetof(Path, directory_mode)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterm4_dnl
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterCGROUP_CONTEXT_CONFIG_ITEMS(Slice)m4_dnl
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterm4_dnl
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterCGROUP_CONTEXT_CONFIG_ITEMS(Scope)m4_dnl
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterKILL_CONTEXT_CONFIG_ITEMS(Scope)m4_dnl
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterScope.TimeoutStopSec, config_parse_sec, 0, offsetof(Scope, timeout_stop_usec)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterm4_dnl The [Install] section is ignored here.
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterInstall.Alias, NULL, 0, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterInstall.WantedBy, NULL, 0, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterInstall.RequiredBy, NULL, 0, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterInstall.Also, NULL, 0, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterInstall.DefaultInstance, NULL, 0, 0
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster