Ensure box.service starts after mysql.service

This commit is contained in:
Girish Ramakrishnan
2016-12-29 14:24:29 -08:00
parent df2878bc2e
commit 379042616f

View File

@@ -4,6 +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
[Service]
Type=idle