Rename project to muscle
Some checks failed
Build and test / test (push) Has been cancelled
Build and test / docs (push) Has been cancelled
Build and test / check-license (push) Has been cancelled
Build and test / check (push) Has been cancelled
Build and test / build (push) Has been cancelled

This commit is contained in:
2025-11-26 03:38:31 +09:00
parent 805c2d11ff
commit 027af5c456
16 changed files with 87 additions and 87 deletions

View File

@@ -1,11 +1,11 @@
# This should go to `/etc/mysqladm/config.toml`
# This should go to `/etc/muscle/config.toml`
[server]
# The path to the socket where users can connect to the daemon.
#
# Note that this options gets ignored if you are using systemd socket activation
# (see `systemctl status mysqladm.socket`)
socket_path = "/run/mysqladm/mysqladm.sock"
# (see `systemctl status muscle.socket`)
socket_path = "/run/muscle/muscle.sock"
[mysql]