mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-26 00:49:38 +07:00
gperf: fix load-fragment-gperf.gperf.m4 when HAVE_SYSV_COMPAT is not set
This commit is contained in:
parent
7aaa27f219
commit
afbb67e485
@ -125,8 +125,7 @@ Service.RemainAfterExit, config_parse_bool, 0,
|
||||
Service.GuessMainPID, config_parse_bool, 0, offsetof(Service, guess_main_pid)
|
||||
m4_ifdef(`HAVE_SYSV_COMPAT',
|
||||
`Service.SysVStartPriority, config_parse_sysv_priority, 0, offsetof(Service, sysv_start_priority)',
|
||||
`Service.SysVStartPriority, config_parse_warn_compat, 0, 0'
|
||||
)
|
||||
`Service.SysVStartPriority, config_parse_warn_compat, 0, 0')
|
||||
Service.NonBlocking, config_parse_bool, 0, offsetof(Service, exec_context.non_blocking)
|
||||
Service.BusName, config_parse_unit_string_printf, 0, offsetof(Service, bus_name)
|
||||
Service.NotifyAccess, config_parse_notify_access, 0, offsetof(Service, notify_access)
|
||||
|
Loading…
Reference in New Issue
Block a user