znapzend service: fix reload
This commit is contained in:
parent
1dcb587d93
commit
725b84be18
@ -23,11 +23,11 @@ in
|
|||||||
path = with pkgs; [ znapzend zfs mbuffer openssh ];
|
path = with pkgs; [ znapzend zfs mbuffer openssh ];
|
||||||
|
|
||||||
script = ''
|
script = ''
|
||||||
znapzend
|
exec znapzend
|
||||||
'';
|
'';
|
||||||
|
|
||||||
reload = ''
|
reload = ''
|
||||||
/bin/kill -HUP $MAINPID
|
${pkgs.coreutils}/bin/kill -HUP $MAINPID
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user