restic: fix restartUnits service name
This commit is contained in:
parent
a1b8fc758a
commit
6d03788c49
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ let
|
||||||
mode = "0400";
|
mode = "0400";
|
||||||
owner = config.request.user;
|
owner = config.request.user;
|
||||||
ownerText = "[shb.restic.${prefix}.<name>.request.user](#blocks-restic-options-shb.restic.${prefix}._name_.request.user)";
|
ownerText = "[shb.restic.${prefix}.<name>.request.user](#blocks-restic-options-shb.restic.${prefix}._name_.request.user)";
|
||||||
restartUnits = [ (fullName name config.settings.repository) ];
|
restartUnits = [ "${fullName name config.settings.repository}.service" ];
|
||||||
restartUnitsText = "[ [shb.restic.${prefix}.<name>.settings.repository](#blocks-restic-options-shb.restic.${prefix}._name_.settings.repository) ]";
|
restartUnitsText = "[ [shb.restic.${prefix}.<name>.settings.repository](#blocks-restic-options-shb.restic.${prefix}._name_.settings.repository) ]";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue