forked from DGNum/infrastructure
fix(django-apps): Place the bracket correctly
This commit is contained in:
parent
78f32c1b0a
commit
8e39d6bc1a
1 changed files with 8 additions and 8 deletions
|
@ -322,15 +322,15 @@ in
|
|||
Extra services to run in parallel of the application.
|
||||
May be used to run background tasks and/or workers.
|
||||
'';
|
||||
};
|
||||
|
||||
timers = mkOption {
|
||||
type = attrs;
|
||||
default = { };
|
||||
description = ''
|
||||
Extra oneshot services to run in parallel of the application.
|
||||
Be aware that `startAt` should be included.
|
||||
'';
|
||||
};
|
||||
timers = mkOption {
|
||||
type = attrs;
|
||||
default = { };
|
||||
description = ''
|
||||
Extra oneshot services to run in parallel of the application.
|
||||
Be aware that `startAt` should be included.
|
||||
'';
|
||||
};
|
||||
|
||||
manageScript = mkOption {
|
||||
|
|
Loading…
Add table
Reference in a new issue