Update peertube requirements
This commit is contained in:
parent
28ce4a5feb
commit
56a8c33f9c
2 changed files with 7 additions and 0 deletions
|
@ -76,5 +76,10 @@ in
|
|||
|
||||
dataDirs = [ "/var/lib/peertube" "/mnt/data/peertube" ];
|
||||
};
|
||||
|
||||
systemd.services.peertube = {
|
||||
requires = [ "arion-authentik.service" ];
|
||||
after = [ "arion-authentik.service" ];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue