Merge pull request #4 from openmandriva/mariadb:master

Sync
This commit is contained in:
tpg 2014-04-27 05:12:41 +04:00
commit 76660aa931
2 changed files with 4 additions and 1 deletions

View file

@ -5,7 +5,7 @@
Name: mariadb
Version: 10.0.10
Release: 1
Release: 2
Source0: http://mariadb.mirror.nucleus.be//mariadb-%{version}/kvm-tarbake-jaunty-x86/mariadb-%{version}.tar.gz
Source100: mysqld.service
Source101: mysqld-prepare-db-dir

View file

@ -34,6 +34,9 @@ TimeoutSec=300
# We rely on systemd, not mysqld_safe, to restart mysqld if it dies
Restart=always
# mysqld-prepare-db-dir needs root rights, this drops privileges only for ExecStart
PermissionsStartOnly=true
# Place temp files in a secure directory, not /tmp
PrivateTmp=true