WL#7895: Add systemd support to server

Affects: Parser-5.7   —   Status: Complete

Background

 The major Linux distributions are moving from legacy SystemV init or
 upstart init to new, more powerful systemd init system[1].

 systemd has a lot of new features for daemons such as mysqld, among
 the most important are
  - handling of user and group running the daemon
  - resource control (max open files for example)
  - and automatic restarts in case of failure
  
 However, to let MySQL server be good citizen in this new enviroments
 some changes are required.

 This WL tries to list those requirements.

Benefits
 

References
 [1]: http://www.freedesktop.org/wiki/Software/systemd/
 [2]: http://www.freedesktop.org/software/systemd/man/systemd.service.html 
 [3]: http://www.freedesktop.org/software/systemd/man/systemd-tmpfiles.html
 [4]: http://www.freedesktop.org/software/systemd/man/daemon.html

Details
 MySQL gets a modern init system for Linux systems and native SysV daemon
 option on other supported platforms.

Testing
 Exit status, start status
 Package verification
 Failure/restart tests