summaryrefslogtreecommitdiff
path: root/debian/not-installed
diff options
context:
space:
mode:
authorDaniel Black <daniel@mariadb.org>2021-03-19 13:42:40 +1100
committerDaniel Black <daniel@mariadb.org>2021-03-28 13:53:55 +1100
commit99f85eec88157e6a98592cb1f96a985e728229ef (patch)
treee4e9a5f708dd965ac35266e0dee11fcc5f82030b /debian/not-installed
parent460d480c7496e670686c01a1a1d707fb4d412ece (diff)
downloadmariadb-git-99f85eec88157e6a98592cb1f96a985e728229ef.tar.gz
MDEV-5536: Debian systemd socket activation
Attempt to follow the rules using dh_system_enable to install the sockets. Enable the sockets as opposed to the services by default.
Diffstat (limited to 'debian/not-installed')
-rw-r--r--debian/not-installed4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/not-installed b/debian/not-installed
index 4bce7f084c2..6924c9ad1a5 100644
--- a/debian/not-installed
+++ b/debian/not-installed
@@ -1,6 +1,10 @@
etc/columnstore/storagemanager.cnf.example # Copy of etc/columnstore/storagemanager.cnf that is installed
lib/systemd/system/mariadb.service # Installed by rules file
+lib/systemd/system/mariadb.socket # Installed by rules file
+lib/systemd/system/mariadb-extra.socket # Installed by rules file
lib/systemd/system/mariadb@.service # Installed by rules file
+lib/systemd/system/mariadb@.socket # Installed by rules file
+lib/systemd/system/mariadb-extra@.socket # Installed by rules file
usr/bin/mysql_config # We already have the MariaDB variant
usr/bin/mytop # Mytop is distributed from a separate source package
usr/bin/sst_dump # Use the one from rocksdb-tools package