forked from DGNum/infrastructure
fix(compute01): Add nofail to dgsi mounts
This commit is contained in:
parent
f77e011c11
commit
9f91f73270
1 changed files with 2 additions and 2 deletions
|
@ -208,7 +208,7 @@ in
|
|||
{
|
||||
where = "/run/django-apps/dgsi/archives";
|
||||
what = "/var/lib/django-apps/dgsi/archives";
|
||||
options = "bind";
|
||||
options = "bind,nofail";
|
||||
|
||||
after = [ "dj-dgsi.service" ];
|
||||
partOf = [ "dj-dgsi.service" ];
|
||||
|
@ -217,7 +217,7 @@ in
|
|||
{
|
||||
where = "/run/django-apps/dgsi/media";
|
||||
what = "/var/lib/django-apps/dgsi/media";
|
||||
options = "bind";
|
||||
options = "bind,nofail";
|
||||
|
||||
after = [ "dj-dgsi.service" ];
|
||||
partOf = [ "dj-dgsi.service" ];
|
||||
|
|
Loading…
Add table
Reference in a new issue