Received: from mail-40133.protonmail.ch (mail-40133.protonmail.ch [185.70.40.133])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by mail.roshless.com (Postfix) with ESMTPS id CE2ED5601C5
	for <~roshless/public-inbox@lists.roshless.me>; Wed,  3 Mar 2021 15:25:15 +0100 (CET)
Authentication-Results: annihilation; dmarc=pass (p=quarantine dis=none) header.from=protonmail.com
Authentication-Results: annihilation; spf=pass smtp.mailfrom=sunng@protonmail.com
Authentication-Results: mail.roshless.com;
	dkim=pass (1024-bit key) header.d=protonmail.com header.i=@protonmail.com header.b=xbC6Y5co
Date: Wed, 03 Mar 2021 14:25:06 +0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com;
	s=protonmail; t=1614781515;
	bh=vLBfqs2dqlz+ffQHHPMZMAZY6wz+1ohpvApcjgRIML0=;
	h=Date:To:From:Cc:Reply-To:Subject:From;
	b=xbC6Y5coufIiuC7Af3w27YdFmDYA60mV0SZH/l7x4cDehyDWQS0g5Xb1d8fNtK0H2
	 hc8utPyXFcLhziqZmxcRekxA+p8EFjwkpuNsa/S+OcDiD980vZbLp1rGVQsDQJkbWy
	 f/0nSbgNMtBJhnK3t8lxyOMBXKh90PItCxB4mbHQ=
To: ~roshless/public-inbox@lists.roshless.me
From: Ning Sun <sunng@protonmail.com>
Cc: Ning Sun <sunng@protonmail.com>
Reply-To: Ning Sun <sunng@protonmail.com>
Subject: [PATCH] fix binary name in service unit
Message-ID: <20210303142513.125576-1-sunng@protonmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED,
	DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no
	autolearn=disabled version=3.4.4
X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on
	mailout.protonmail.ch

---
 pushgateway.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pushgateway.service b/pushgateway.service
index f5fe8b1..a647798 100644
--- a/pushgateway.service
+++ b/pushgateway.service
@@ -3,7 +3,7 @@ Description=3DPrometheus Pushgateway
 After=3Dnetwork.target

 [Service]
-ExecStart=3D/usr/bin/prometheus-pushgateway
+ExecStart=3D/usr/bin/pushgateway

 [Install]
 WantedBy=3Dmulti-user.target
--
2.30.1


