.B \-K\fI keyfile\fR, \fB\-\-keyfile\-ro=\fI<keyfile>
(Discouraged) Static root trust anchors file. The file is not updated by kresd. Use of this option is discouraged because it will break your installation when the trust anchor key changes!
-Default: "@keyfile_default@" (can be empty if your distribution did not provide one)
+Default: "@keyfile_default@"
.TP
.B \-f\fI N\fR, \fB\-\-forks=\fI<N>
With this option, the daemon is started in non-interactive mode and instead creates a
man_config.set('version', meson.project_version())
man_config.set('date', run_command('../scripts/get-date.sh').stdout())
man_config.set('keyfile_default', keyfile_default)
-man_config.set('man_seealso_systemd',
- libsystemd.found() ? '\\fIkresd.systemd(7)\\fR, ' : '')
+
+man_config.set('man_seealso_systemd', '')
+if systemd_unit_files == 'enabled'
+ man_config.set('man_seealso_systemd', '\\fIkresd.systemd(7)\\fR, ')
+elif systemd_unit_files == 'nosocket'
+ man_config.set('man_seealso_systemd', '\\fIkresd.systemd.nosocket(7)\\fR, ')
+endif
man_kresd = configure_file(
input: 'kresd.8.in',