From 38947ff188f38e6df2104de013ba1d36f8d53571 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 13 Apr 2017 19:55:30 +0200 Subject: Notify bar startup --- bragi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bragi.nix') diff --git a/bragi.nix b/bragi.nix index 0b8d600b..83e6cff8 100644 --- a/bragi.nix +++ b/bragi.nix @@ -318,7 +318,7 @@ in rec { requires = [ "postgresql.service" ]; wantedBy = [ "default.target" ]; serviceConfig = { - Type = "simple"; + Type = "notify"; ExecStart = '' ${pkgs.callPackage ./bragi/bar {}}/bin/bar ''; -- cgit v1.2.3