From ed2e8438d2b4055d0dd3fa8b427c2ecf07c8fa8f Mon Sep 17 00:00:00 2001 From: Vitor Henrique Date: Wed, 13 Mar 2024 00:19:22 -0300 Subject: [PATCH] Fix code blocks in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d5a541b..fa458eb 100644 --- a/README.md +++ b/README.md @@ -170,10 +170,12 @@ For InitV (any configuration file found in `/etc/osync` will create an osync dae $ chkconfig osync-srv on For systemd, launch service (one service per config file to launch) with: + $ systemctl start osync-srv@configfile.conf $ systemctl enable osync-srv@configfile.conf For OpenRC (user contrib), launch service (one service per config file to launch) with: + $ rc-update add osync-srv.configfile default ## Security enhancements