From 10553b876348317dcbe77510b95f9703bd497b07 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Wed, 17 May 2017 22:48:06 +0300 Subject: gnupg: remove superfluous `-start` --- modules/apps/gnupg/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/apps') diff --git a/modules/apps/gnupg/default.nix b/modules/apps/gnupg/default.nix index 7749990..955aa2b 100644 --- a/modules/apps/gnupg/default.nix +++ b/modules/apps/gnupg/default.nix @@ -31,7 +31,7 @@ let cp pubring.kbx $out ''; - start = pkgs.writeBashScriptBin "gnupg-${name}-start" '' + start = pkgs.writeBashScriptBin "gnupg-${name}" '' set -euo pipefail umask 0077 @@ -88,7 +88,7 @@ let ''; serviceConfig = { - ExecStart = "${start}/bin/gnupg-${name}-start"; + ExecStart = "${start}/bin/gnupg-${name}"; PermissionsStartOnly = true; Restart = "always"; Type = "forking"; -- cgit v1.2.3