mirror of
https://github.com/gitwatch/gitwatch
synced 2024-11-15 06:12:52 +00:00
[nix] Add wantedBy
to systemd service (#126)
This field needed to properly enable service by configuration.
This commit is contained in:
parent
09b0f1ae0a
commit
e17d9cf02b
@ -19,6 +19,7 @@ let
|
|||||||
{
|
{
|
||||||
inherit (cfg) enable;
|
inherit (cfg) enable;
|
||||||
after = [ "network-online.target" ];
|
after = [ "network-online.target" ];
|
||||||
|
wantedBy = [ "multi-user.target" ];
|
||||||
description = "gitwatch for ${name}";
|
description = "gitwatch for ${name}";
|
||||||
path = with pkgs; [ gitwatch git openssh ];
|
path = with pkgs; [ gitwatch git openssh ];
|
||||||
script = ''
|
script = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user