<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">
<p>Avi Kivity:</p>
</div>
<blockquote cite="mid:56C4692B.3050400@scylladb.com" type="cite">
<p>We are using systemd to supervise our NoSQL database [...]</p>
<p>
Sometimes [it needs] to perform expensive operations during
startup (log replay, rebuild from network replica) before we can
start serving. Rather than configure a huge start timeout, I'd
prefer to have the service report progress to systemd so that it
knows that startup is still in progress.
</p>
</blockquote>
<p>That's something for your database software to address, not
systemd. Perhaps you will have better luck than the person who
tried to get this with MySQL for four years, and instead merely
received a tweak of the server exit code and a closure of the
bug. At least xe managed with MariaDB, though. (-:</p>
<ul>
<li>
<p><a href="https://mariadb.atlassian.net/browse/MDEV-5713">MariaDB
Server: MDEV-5713: RFE: Add support for systemd notify
feature</a></p>
</li>
<li>
<p><a href="https://mariadb.atlassian.net/browse/MDEV-5536">MariaDB
Server: MDEV-5536: Support systemd socket activation</a></p>
</li>
<li>
<p><a href="https://bugs.mysql.com/bug.php?id=65809">MySQL Bugs:
#65809: RFE: send a notify message to systemd daemon</a></p>
</li>
<li>
<p><a href="http://dev.mysql.com/worklog/task/?id=7895">MySQL ::
WL#7895: Add systemd support to server</a></p>
</li>
<li>
<p><a
href="http://mysqlserverteam.com/mysql-5-7-native-systemd-support/#comments">6
thoughts on “MySQL 5.7 — Native Systemd Support”</a></p>
</li>
<li>
<p><a
href="https://www.mail-archive.com/pgsql-hackers@postgresql.org/msg273121.html">better
systemd integration</a> pgsql-hackers, Peter Eisentraut,
2015<a
href="https://www.mail-archive.com/pgsql-hackers@postgresql.org/msg273121.html"><br>
</a></p>
</li>
<li>
<p><a
href="http://www.postgresql.org/message-id/E1aQnE5-0003Cj-CN@gemulon.postgresql.org">pgsql:
Add support for systemd service notifications</a></p>
</li>
</ul>
</body>
</html>