From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.7 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,HK_NAME_FM_MR_MRS, MAILING_LIST_MULTI,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 15922 invoked from network); 3 Dec 2023 21:23:09 -0000 Received: from alyss.skarnet.org (95.142.172.232) by inbox.vuxu.org with ESMTPUTF8; 3 Dec 2023 21:23:09 -0000 Received: (qmail 38277 invoked by uid 89); 3 Dec 2023 21:23:33 -0000 Mailing-List: contact supervision-help@list.skarnet.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Received: (qmail 38270 invoked from network); 3 Dec 2023 21:23:32 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1701638585; x=1702243385; darn=list.skarnet.org; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=3/f/ScKQsJUdMM3YFAc+9PeoC3+HvH4pASCDQSC27Eg=; b=lCoQsqNu6tt6q5jqRSClx1KVoB5o8FK9iSICPs+e3ovbnvMWf/Peye+Ig55qMK65Ld YIqpWAOYJH+7p2G9cgf89m5mOS+/zLz8Af6OzxEHqytI4Y93ElcqSvsc9SfIIOgLwKRQ u9CU/fdAZ3pEGcZAZgdMXyhEMdCIRy/v6vWDFRPRmN54jY352Fgk/Sb5tXmFajmK2pp/ i7S8LOB/lOZFO6PxQNKI2I8A91b+8OtUqUgeKaHy8RQwZNa/pED7tdZTaHy6AYd9VO0F 8EJatxBo4+5m1Peh2nDuFxnpqKcfegrLTx2dqL+cz0rTjEwGFcQczv0h8AJ6AQqE685a i/GA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1701638585; x=1702243385; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=3/f/ScKQsJUdMM3YFAc+9PeoC3+HvH4pASCDQSC27Eg=; b=WWz70MuEINlCTsaIbVXMluYJNcK/iCVtCmay2PX/XbLr1cUf0SMWEiVDFL7lUGKIiV 49MKLZm37oyus7e+hZEd6Zo8BDs/zV+/Z2YjCHtMS8Knk6/mqizQi8jRw3+xYsuDiMVj U8aA00ELfI6/4uxdn2IFyWIk7AWP6QrJ2BzPly18PnLeKpG1wgHsttbF2+FghURxF9bP vm3OLNb/x6mXfaMBN9oG+TXQ0o9Pr30x+NVgESfb3g9J+WmLpcmWHPxiHC/z1OiOlYis 4Ms462HWl/oQAMm8dPljmeUY3Mkw8Ih2rgzGG6AnIWIcKeemT8+vdaaPycAihE0FGyAt pMpg== X-Gm-Message-State: AOJu0Yzsza4WgeRC95p6x+LuM+lirsd15P6u3hlhnb6dXkVAugc2i5x+ O2vW2JObSgyZALjT+yDeSCQ2HIX8d00s/yQrW8/hA7HvqFA= X-Google-Smtp-Source: AGHT+IGmjtjpEqssS+kW328ECz4IGgUHWOFMe0+IJcF8IgeNknC8yBmL1BTDnhyCs90RtrhDwTSaZtM+3jZUZpUo+Qk= X-Received: by 2002:ac2:456b:0:b0:50b:e3e4:ad14 with SMTP id k11-20020ac2456b000000b0050be3e4ad14mr1141171lfm.71.1701638584812; Sun, 03 Dec 2023 13:23:04 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Mr Rini Date: Sun, 3 Dec 2023 22:22:52 +0100 Message-ID: Subject: OpenVPN runit service flooding tty To: supervision@list.skarnet.org Content-Type: multipart/alternative; boundary="0000000000006249cb060ba19b36" --0000000000006249cb060ba19b36 Content-Type: text/plain; charset="UTF-8" Hi, I am using the Artix Linux runit service for OpenVPN, available here: https://gitea.artixlinux.org/packages/openvpn-runit However, at boot time the service is throwing a huge output to the tty and I have to wait it to finish to get to the login prompt (I'm not using a display manager). As a temporary dirty workaround I have appended the --syslog option to the exec command, the output being redirected to the system logger. Is there a cleaner way to change the default behavior? thanks in advance. --0000000000006249cb060ba19b36--