mirror of
https://github.com/altlinux/admx-basealt.git
synced 2025-01-09 21:17:37 +03:00
Added definitions for postfix and rpcbind services
This commit is contained in:
parent
601f432043
commit
3d93bc98b0
@ -345,6 +345,26 @@ Enabled - Turn the unit into enabled (execute the command systemctl enable winbi
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable winbind.service)
|
||||
</string>
|
||||
|
||||
<string id="postfix_service">Postfix Mail Transport Agent</string>
|
||||
<string id="postfix_service_help">This policy determines whether the systemd unit of the Postfix Mail Transport Agent is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable postfix.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable postfix.service)
|
||||
</string>
|
||||
|
||||
<string id="rpcbind_service">RPC bind Service</string>
|
||||
<string id="rpcbind_service_help">This policy determines whether the systemd unit RPC bind Service is enabled
|
||||
|
||||
Not Configuration - Do not change unit systemd state
|
||||
|
||||
Enabled - Turn the unit into enabled (execute the command systemctl enable rpcbind.service)
|
||||
|
||||
Disabled - Turn the unit into off state (execute the command systemctl disable rpcbind.service)
|
||||
</string>
|
||||
</stringTable>
|
||||
</resources>
|
||||
</policyDefinitionResources>
|
||||
|
@ -345,6 +345,26 @@ Disabled - перевести юнит в состоние выключено (
|
||||
Включено - перевести юнит во включенное состояние (выполнить команду systemctl enable winbind.service)
|
||||
|
||||
Отключено - перевести юнит в состоние выключено (выполнить команду systemctl disable winbind.service)
|
||||
</string>
|
||||
|
||||
<string id="postfix_service">Агент передачи почты Postfix</string>
|
||||
<string id="postfix_service_help">Эта политика определяет, включен ли systemd юнит агента передачи почты Postfix
|
||||
|
||||
Не задана - не изменять системное состояние юнита
|
||||
|
||||
Включено - перевести юнит во включенное состояние (выполнить команду systemctl enable postfix.service)
|
||||
|
||||
Отключено - перевести юнит в состоние выключено (выполнить команду systemctl disable postfix.service)
|
||||
</string>
|
||||
|
||||
<string id="rpcbind_service">Сервис отображения универсальных адресов и номеров программ RPC</string>
|
||||
<string id="rpcbind_service_help">Эта политика определяет, включен ли systemd юнит RPC bind
|
||||
|
||||
Не задана - не изменять системное состояние юнита
|
||||
|
||||
Включено - перевести юнит во включенное состояние (выполнить команду systemctl enable rpcbind.service)
|
||||
|
||||
Отключено - перевести юнит в состоние выключено (выполнить команду systemctl disable rpcbind.service)
|
||||
</string>
|
||||
</stringTable>
|
||||
</resources>
|
||||
|
Loading…
Reference in New Issue
Block a user