From 040a06a61c2ba6570b47e4073f70c9e09eeef87e Mon Sep 17 00:00:00 2001 From: Muhammad Talal Anwar Date: Sun, 13 Oct 2024 09:35:06 +0200 Subject: [PATCH] espanso: fix test This is a follow-up to the commit cb32df1a4ae508adc91acd953d819e0e2f74684e I forgot to update the test fixture in that commit. --- tests/modules/services/espanso/basic-configuration.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/modules/services/espanso/basic-configuration.service b/tests/modules/services/espanso/basic-configuration.service index 998d9dcff848..2eb053471e75 100644 --- a/tests/modules/services/espanso/basic-configuration.service +++ b/tests/modules/services/espanso/basic-configuration.service @@ -2,7 +2,7 @@ WantedBy=default.target [Service] -ExecStart=@espanso@/bin/espanso daemon +ExecStart=@espanso@/bin/espanso launcher LockPersonality=true MemoryDenyWriteExecute=true NoNewPrivileges=true