|
@ -26,6 +26,8 @@ fix_perms() { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
start_service() { |
|
|
start_service() { |
|
|
|
|
|
user_exists bind 57 || user_add bind 57 |
|
|
|
|
|
group_exists bind 57 || group_add bind 57 |
|
|
fix_perms |
|
|
fix_perms |
|
|
procd_open_instance |
|
|
procd_open_instance |
|
|
procd_set_param command /usr/sbin/named -u bind -f -c $config_file |
|
|
procd_set_param command /usr/sbin/named -u bind -f -c $config_file |
|
|