summaryrefslogtreecommitdiff
path: root/emulators/tpm-emulator/files/tpmd.in
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/tpm-emulator/files/tpmd.in')
-rw-r--r--emulators/tpm-emulator/files/tpmd.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/tpm-emulator/files/tpmd.in b/emulators/tpm-emulator/files/tpmd.in
index f497e38757b6..0af8eaeac3e6 100644
--- a/emulators/tpm-emulator/files/tpmd.in
+++ b/emulators/tpm-emulator/files/tpmd.in
@@ -22,8 +22,8 @@ command="%%PREFIX%%/bin/${name}"
load_rc_config $name
tpmd_enable=${tpmd_enable-"NO"}
-tpmd_user=${tpmd_user-"_tss"}
-tpmd_group=${tpmd_group-"_tss"}
+tpmd_user=${tpmd_user-"%%USERS%%"}
+tpmd_group=${tpmd_group-"%%GROUPS%%"}
command_args="-o ${tpmd_user} -g ${tpmd_group}"
unset tpmd_user tpmd_group