blob: 561a44443c90e99ab4114ddef2b5181de8742c96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[Unit]
Description=MariaDB @VERSION@ database server (socket activation multi-instance %I))
Documentation=man:mariadbd(8)
Documentation=https://mariadb.com/kb/en/library/systemd/
[Socket]
##############################################################################
## USERs can override
##
##
## by creating a file in /etc/systemd/system/mariadb.socket.d/MY_SPECIAL.conf
## and adding/setting the following under [Socket] will override this file's
## settings.
SocketUser=@MYSQLD_USER@
SocketMode=777
ListenStream=@mariadb-%I
ListenStream=@MYSQL_UNIX_ADDR@-%I
# Backlog=150
|