darwin-network / slash

1 stars 1 forks source link

mysqld upgrade stopped the ircd #34

Closed slingamn closed 4 years ago

slingamn commented 4 years ago

I installed USN-4350-1 manually via apt-get upgrade. This killed the ircd:

May 05 01:21:14 vps202336 systemd[1]: Stopping ircd...
May 05 01:21:15 vps202336 oragono[10471]: 2020-05-05T05:21:15.069Z : info  : server     : Oragono v2.1.0-unreleased exiting
[redacted]
May 05 01:21:15 vps202336 systemd[1]: Stopped ircd.                                                                                      
May 05 01:21:15 vps202336 systemd[1]: Stopping MySQL Community Server... 

This is presumably caused by the systemd dependency. It is also worrisome that the ircd did not restart automatically after mysql came back up: it had to be restarted manually.

slingamn commented 4 years ago

This should probably use Wants= instead of Requires=.

slingamn commented 4 years ago

This is fixed now