services/blog: wait for mysql
This commit is contained in:
parent
c11bbf53dd
commit
90387c419d
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ in
|
||||||
systemd.services.ghost = {
|
systemd.services.ghost = {
|
||||||
|
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
after = [ "mysql.service" ];
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
User = "ghost";
|
User = "ghost";
|
||||||
|
|
Loading…
Add table
Reference in a new issue