fix restart trigger
This commit is contained in:
parent
bc7ddca111
commit
217f0dd2a8
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ in {
|
|||
|
||||
systemd.services.iscsi-target = {
|
||||
restartTriggers = [
|
||||
(builtins.attrNames config.services.target.config)
|
||||
(builtins.toJSON config.services.target.config)
|
||||
];
|
||||
stopIfChanged = false;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue