mediaserver: Add mounts to systemd units
This commit is contained in:
parent
f5dd9777f4
commit
f678e63572
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
requires = mounts;
|
requires = mounts;
|
||||||
after = lib.mkMerge mounts;
|
after = lib.mkForce ([ "network-online.target" "podman-archivist-es.service" "podman-archivist-redis.service" ] ++ mounts);
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
TimeoutStopSec = lib.mkForce 30;
|
TimeoutStopSec = lib.mkForce 30;
|
||||||
|
|
Loading…
Reference in a new issue