Skip to content
Permalink
Browse files
MDEV-12128: systemd - add Documentation= directives
  • Loading branch information
grooverdan authored and Sergey Vojtovich committed Dec 19, 2017
1 parent 09c5bbf commit 64f1fab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
@@ -13,7 +13,9 @@
# and probably others

[Unit]
Description=MariaDB database server
Description=MariaDB @VERSION@ database server
Documentation=man:mysqld(8)
Documentation=https://mariadb.com/kb/en/library/systemd/
After=network.target
After=syslog.target

@@ -18,7 +18,9 @@
# Inspired from https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-db/mysql-init-scripts/files/mysqld_at.service

[Unit]
Description=MariaDB database server
Description=MariaDB @VERSION@ database server (multi-instance)
Documentation=man:mysqld(8)
Documentation=https://mariadb.com/kb/en/library/systemd/
After=network.target
After=syslog.target

0 comments on commit 64f1fab

Please sign in to comment.