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 = {
|
||||
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "mysql.service" ];
|
||||
|
||||
serviceConfig = {
|
||||
User = "ghost";
|
||||
|
|
Loading…
Reference in a new issue