remove hard dep on systemd-resolved
the start.sh script does a "systemctl restart systemd-resolved". this ends up restarting the box code prematurely! and then later when mysql restarts, the box code loses connection and bad things happen (tm) especially during a platform update. we don't log to journald anymore, so not sure if EPIPE is still an issue
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
[Unit]
|
||||
Description=Cloudron Admin
|
||||
OnFailure=crashnotifier@%n.service
|
||||
; 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 nginx.service
|
||||
; As cloudron-resize-fs is a one-shot, the Wants= automatically ensures that the service *finishes*
|
||||
Wants=cloudron-resize-fs.service
|
||||
|
||||
Reference in New Issue
Block a user