浏览代码

doc(readme): add service start stmts

Statements to enable and start ovpmd was missing in the readme.

Closes #69
Mustafa Arici 7 年之前
父节点
当前提交
0b3559d3ae
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -38,6 +38,10 @@ $ sudo yum-config-manager --add-repo https://cad.github.io/ovpm/rpm/ovpm.repo
 
 # Install OVPM
 $ sudo yum install ovpm
+
+# Enable and start ovpmd service
+$ systemctl start ovpmd
+$ systemctl enable ovpmd
 ```
 
 **from DEB (Ubuntu/Debian):**