Setting auto assessment service to type: forking (#203)

* Setting auto assessment service to type: forking

* Force push with trivial message
This commit is contained in:
Koshy John 2023-07-06 11:57:14 -07:00 коммит произвёл GitHub
Родитель 2e5c14b3ee
Коммит b7d220377d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -88,7 +88,8 @@ class ServiceManager(SystemctlManager):
# endregion # endregion
# region - Service Unit Management # region - Service Unit Management
def create_service_unit_file(self, exec_start, desc, after="network.target", service_type="notify", wanted_by="multi-user.target"): def create_service_unit_file(self, exec_start, desc, after="network.target", service_type="forking", wanted_by="multi-user.target"):
""" Note: Service type defaults to forking because of sh to py process fork """
service_unit_content_template = "\n[Unit]" + \ service_unit_content_template = "\n[Unit]" + \
"\nDescription={0}" + \ "\nDescription={0}" + \
"\nAfter={1}\n" + \ "\nAfter={1}\n" + \