|
|
|
|
|
by Gibheer
4507 days ago
|
|
Solaris had an init system like systemd for some years, called SMF. It was first released in 2005, the same year Apple released launchd. It features service dependencies, log collection, fault detection and much more. One of the biggest differences is probably the usage of config files. SMF uses XML files to describe the service and its variables and a program called svcprop to edit variables and create new instances of the service. These can then be managed with svcadm. |
|