Index: configs/samples/asterisk.conf.sample
--- configs/samples/asterisk.conf.sample.orig
+++ configs/samples/asterisk.conf.sample
@@ -72,8 +72,8 @@ astsbindir => /usr/sbin
 				; not otherwise require one.
 ;transcode_via_sln = yes	; Build transcode paths via SLINEAR, instead of
 				; directly.
-;runuser = asterisk		; The user to run as.
-;rungroup = asterisk		; The group to run as.
+runuser = _asterisk		; The user to run as.
+;rungroup = _asterisk		; The group to run as (otherwise uses default groups for the runuser)
 ;lightbackground = yes		; If your terminal is set for a light-colored
 				; background.
 ;forceblackbackground = yes     ; Force the background of the terminal to be
@@ -143,8 +143,8 @@ documentation_language = en_US	; Set the language you 
                 ; Default: no
 
 ; Changing the following lines may compromise your security.
-;[files]
-;astctlpermissions = 0660
-;astctlowner = root
-;astctlgroup = apache
-;astctl = asterisk.ctl
+[files]
+astctlpermissions = 0660
+astctlowner = _asterisk
+astctlgroup = wheel
+astctl = asterisk.ctl
