mirror of
https://github.com/MariaDB/server.git
synced 2025-12-26 06:05:46 +01:00
With PermissionsStartOnly deprecated, remove this from the systemd service file. Replace Debian's ExecStartPre "install -d" with a tmpfile configuration directive creating the directory with this. Debian's ExecStartPost of the mariadb upgrade uses the ! special executable prefix added in systemd v231 to use root privs.
16 lines
528 B
Text
16 lines
528 B
Text
# This is the directory where the unix socket
|
|
# of MariaDB may be created.
|
|
#
|
|
# Under Galera this is where an envfile of
|
|
# the Galera start position is stored.
|
|
#
|
|
# Other temporary directories can be created here like:
|
|
# * tmpdir
|
|
# * innodb_tmpdir
|
|
# * innodb_temp_data_file_path
|
|
# * rocksdb_tmpdir
|
|
# etc.
|
|
# It shouldn't be used for datadir which is why it
|
|
# may be disabled.
|
|
@DISABLE_RUNDATADIR@d @INSTALL_RUNDATADIR@ 0755 @MYSQLD_USER@ @MYSQLD_USER@ -
|
|
@DISABLE_MYSQL_UNIX_ADDRDIR@d @MYSQL_UNIX_ADDRDIR@ 0755 @MYSQLD_USER@ root -
|