Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titlerefreshing the service
root@dilos:~# svccfg -s svc:/system/cron:default refresh
root@dilos:~# svcadm refresh cron

And now you can restart the daemon (as root):

Code Block
titlerestarting of the service
root@dilos:~# svcadm disable cron
root@dilos:~# svcadm enable cron

...