mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Save service name on service startup/shutdown
This is done as a default action of the ancestor class so that no matter what platform is currently used this code is always the same and the name is the wellknown service name. This information will be used by ipactl to stop only and all the services that have been started by any ipa tool/install script
This commit is contained in:
@@ -51,4 +51,8 @@ backup_and_replace_hostname = backup_and_replace_hostname_default
|
||||
def check_selinux_status():
|
||||
return
|
||||
|
||||
from ipapython.platform.base import SVC_LIST_FILE
|
||||
def get_svc_list_file():
|
||||
return SVC_LIST_FILE
|
||||
|
||||
from ipapython.platform.SUPPORTED_PLATFORM import *
|
||||
|
||||
Reference in New Issue
Block a user