box.service: start after nginx

This commit is contained in:
Girish Ramakrishnan
2017-01-25 11:28:27 -08:00
parent 3ed17f3a2a
commit d93edc6375

View File

@@ -4,7 +4,7 @@ OnFailure=crashnotifier@%n.service
StopWhenUnneeded=true
; journald crashes result in a EPIPE in node. Cannot ignore it as it results in loss of logs.
BindsTo=systemd-journald.service
After=mysql.service
After=mysql.service nginx.service
; As cloudron-resize-fs is a one-shot, the Wants= automatically ensures that the service *finishes*
Wants=cloudron-resize-fs.service