o
    c                     @   s2   d Z ddlmZ ddlmZ G dd dejZdS )z5 Distribution specific override class for Arch Linux     )configurator)	OsOptionsc                   @   s6   e Zd ZdZedddddddgddgdd	gdd
	ZdS )ArchConfiguratorz5Arch Linux specific ApacheConfigurator override classz
/etc/httpdz/etc/httpd/confz*.confz/var/log/httpd	apachectlz-vgraceful
configtest)	server_root
vhost_rootvhost_files	logs_rootctlversion_cmdrestart_cmdconftest_cmdchallenge_locationN)__name__
__module____qualname____doc__r   OS_DEFAULTS r   r   S/opt/certbot/lib/python3.10/site-packages/certbot_apache/_internal/override_arch.pyr      s    
r   N)r   certbot_apache._internalr   %certbot_apache._internal.configuratorr   ApacheConfiguratorr   r   r   r   r   <module>   s    