How can I start a DRBL client service (e.g. cron, sysklogd, klogd...) in the server ? |
Only some necessary services of DRBL client are on, so if you need more services, like cron, sysklogd, klogd..., then:
In DRBL server, take service "cron" as an example, run:
drbl-client-service cron on
Then
(1) Reboot the clients, or
(2) Run: drbl-doit -u root "/etc/init.d/cron start"
if clients are already on.
|
|