Merge pull request #261 from vitorhcl/fix-code-blocks

Fix code blocks in README
This commit is contained in:
Orsiris de Jong 2024-03-13 08:27:31 +01:00 committed by GitHub
commit b1a0510a0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -170,10 +170,12 @@ For InitV (any configuration file found in `/etc/osync` will create an osync dae
$ chkconfig osync-srv on $ chkconfig osync-srv on
For systemd, launch service (one service per config file to launch) with: For systemd, launch service (one service per config file to launch) with:
$ systemctl start osync-srv@configfile.conf $ systemctl start osync-srv@configfile.conf
$ systemctl enable osync-srv@configfile.conf $ systemctl enable osync-srv@configfile.conf
For OpenRC (user contrib), launch service (one service per config file to launch) with: For OpenRC (user contrib), launch service (one service per config file to launch) with:
$ rc-update add osync-srv.configfile default $ rc-update add osync-srv.configfile default
## Security enhancements ## Security enhancements