libvirt/src/logging
Michal Privoznik 25ce34998b logging: Provide empty VIRTLOGD_ARGS in the unit file
For all our daemons, we provide VIRXXXD_ARGS env var in the unit
file. The variable can then be overridden in corresponding file:

  EnvironmentFile=-@initconfdir@/virtxxxd

The daemon is then executed as:

  ExecStart=@sbindir@/virtxxxd $VIRTXXXD_ARGS

But virtlogd is exception, for no good reason. And while there
are probably no arguments we want to pass to virtlogd by default,
just mimic what we do for say virtlockd, where we also don't pass
any default argument.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2023-05-09 14:27:52 +03:00
..
log_cleaner.c logging: Update format strings in translated messages 2023-04-01 11:40:33 +02:00
log_cleaner.h logging: add log cleanup for obsolete domains 2023-02-06 15:28:51 +01:00
log_daemon_config.c logging: add configuration for future log cleaner 2023-02-06 15:28:51 +01:00
log_daemon_config.h logging: add configuration for future log cleaner 2023-02-06 15:28:51 +01:00
log_daemon_dispatch.c logging: Update format strings in translated messages 2023-04-01 11:40:33 +02:00
log_daemon_dispatch.h
log_daemon.c logging: Update format strings in translated messages 2023-04-01 11:40:33 +02:00
log_daemon.h
log_handler.c logging: Update format strings in translated messages 2023-04-01 11:40:33 +02:00
log_handler.h logging: add log cleanup for obsolete domains 2023-02-06 15:28:51 +01:00
log_manager.c logging: Remove unused includes 2022-06-16 06:43:56 +02:00
log_manager.h
log_protocol.x logging: remove redundant XDR typedef 2023-01-17 12:33:54 -05:00
meson.build logging: add log cleanup for obsolete domains 2023-02-06 15:28:51 +01:00
test_virtlogd.aug.in logging: add configuration for future log cleaner 2023-02-06 15:28:51 +01:00
virtlogd-admin.socket.in
virtlogd.aug logging: add configuration for future log cleaner 2023-02-06 15:28:51 +01:00
virtlogd.conf logging: add configuration for future log cleaner 2023-02-06 15:28:51 +01:00
virtlogd.init.in
virtlogd.service.in logging: Provide empty VIRTLOGD_ARGS in the unit file 2023-05-09 14:27:52 +03:00
virtlogd.socket.in