chiark / gitweb /
socket: add new Symlinks= option for socket units
[elogind.git] / src / core / load-fragment-gperf.gperf.m4
index 48e2aae72d9bd2ce71cddfdc7ef59cdbd0c569a8..95f59f55d9aea995190d0a7cafbde2e8e4c416ff 100644 (file)
@@ -243,6 +243,7 @@ Socket.ReusePort,                config_parse_bool,                  0,
 Socket.MessageQueueMaxMessages,  config_parse_long,                  0,                             offsetof(Socket, mq_maxmsg)
 Socket.MessageQueueMessageSize,  config_parse_long,                  0,                             offsetof(Socket, mq_msgsize)
 Socket.RemoveOnStop,             config_parse_bool,                  0,                             offsetof(Socket, remove_on_stop)
+Socket.Symlinks,                 config_parse_unit_path_strv_printf, 0,                             offsetof(Socket, symlinks)
 Socket.Service,                  config_parse_socket_service,        0,                             0
 m4_ifdef(`HAVE_SMACK',
 `Socket.SmackLabel,              config_parse_string,                0,                             offsetof(Socket, smack)