From 4f60bfefd247f991a95bb6a4d9d58c2397cb6391 Mon Sep 17 00:00:00 2001 From: Olaf Faaland Date: Thu, 30 Apr 2026 13:23:50 -0700 Subject: [PATCH] docs: correct halo-remote.service filename README.md refers to halo_remote.service (with underscore) but the file is halo-remote.service (with hyphen). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 684246c..3b6a7bf 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ To install and start the management server: To install and start the remote server: ```bash -# clush -g mds,oss --copy systemd/halo_remote.service --dest /lib/systemd/system/ +# clush -g mds,oss --copy systemd/halo-remote.service --dest /lib/systemd/system/ # clush -g mds,oss --copy target/debug/halo_remote --dest /usr/local/sbin/ # systemctl start halo-remote.service ```