The following demonstration adds the "music" service to a Solaris 10 server and then enables it, # cp music.xml /var/svc/manifest/site # svccfg import /var/svc/manifest/site/music.xml # svcadm enable music # svcs music STATE STIME FMRI online 18:40:59 svc:/site/music:default # At this point a continuous loop of relaxing computer music plays softly from the server. Sysadmins of other operating systems will cower in awe at your new high-tech sounding servers. Enables and disabling the music is easy thanks to SMF, # svcadm disable music # svcadm enable music The music is quite addictive, so its unlikely you will ever want to turn it off. Rather, you'll want to make it LOUDER. Fortunately SMF allows us to turn up the volume with ease, # svccfg -s music setprop application/volume=50 # svcadm refresh music WARNING: Use of this module at high volumes may cause physical bodily harm from disgruntled colleagues, and extended use may even cause unsettling hallucinations.