This commit is contained in:
adator
2024-09-01 14:40:28 +02:00
parent bcf972d08b
commit 3fcfa0296d

View File

@@ -198,6 +198,7 @@ class Install:
if os.path.exists(full_service_file_path): if os.path.exists(full_service_file_path):
print(f'/!\\ Service file already exist /!\\') print(f'/!\\ Service file already exist /!\\')
self.run_subprocess(self.config.service_cmd_executable)
return None return None
contain = f'''[Unit] contain = f'''[Unit]