如何configuration389 Directory Server在启动过程中自动启动? 我正在使用Fedora 18和389 DS版本1.3.0.2,构build2013.017.28。 在389 DS网站上似乎没有任何最新的文档。 chkconfig并没有做到这一点。
另外,控制389 DSstream程的推荐方法是什么? 到目前为止,我发现:
1) systemctl [start,restart,stop] dirsrv.target controls the directory server. 2) [start,restart,stop]-ds-admin controls the admin server. 3) 389-console loads the admin console.
这是控制389的最好方法吗?
要启动389号码簿服务器,您需要使用systemctl命令。
这将允许您启动系统中的所有实例,
systemctl enable dirsrv.target
为了运行一个特定的实例,使用
systemctl enable [email protected]
有关更多详细信息,请阅读此处的文档。