Skip to content

Instantly share code, notes, and snippets.

@DeviaVir
Created March 7, 2017 09:23
Show Gist options
  • Save DeviaVir/85db929e99621c236852afb9166829f5 to your computer and use it in GitHub Desktop.
Save DeviaVir/85db929e99621c236852afb9166829f5 to your computer and use it in GitHub Desktop.
MySQL Cluster systemd service
[Unit]
Description=MySQL Cluster server
After=network.target auditd.service
[Service]
ExecStart=/opt/mysql/server-5.7/bin/ndb_mgmd -f /var/lib/mysql-cluster/config.ini
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=on-failure
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment