Added comment to mysql.service.in

This commit is contained in:
Michal Schorm 2017-03-07 13:39:27 +01:00
parent c2cd667555
commit 5bf2ab94ed
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ User=mysql
Group=mysql
ExecStartPre=@libexecdir@/mysql-check-socket
# '%n' expands to 'Full unit name'; man systemd.unit
ExecStartPre=@libexecdir@/mysql-prepare-db-dir %n
# MYSQLD_OPTS here is for users to set in /etc/systemd/system/@DAEMON_NAME@@.service.d/MY_SPECIAL.conf
# Note: we set --basedir to prevent probes that might trigger SELinux alarms,