From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (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 finch.gentoo.org (Postfix) with ESMTPS id 0D25815ACFB for ; Sat, 15 Apr 2023 01:37:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39983E0784; Sat, 15 Apr 2023 01:37:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15901E0784 for ; Sat, 15 Apr 2023 01:37:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ACC85340F69 for ; Sat, 15 Apr 2023 01:37:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1E677FD for ; Sat, 15 Apr 2023 01:37:45 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1681522587.b83b9efea225ca2ba65c38c3bbb1b50c64bff59f.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/yaskkserv/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/yaskkserv/files/yaskkserv.service X-VCS-Directories: app-i18n/yaskkserv/files/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: b83b9efea225ca2ba65c38c3bbb1b50c64bff59f X-VCS-Branch: master Date: Sat, 15 Apr 2023 01:37:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 156374a8-8530-44b5-a3f1-c241a8f0ec07 X-Archives-Hash: 3309430fec84696d57507cadc0f4014e commit: b83b9efea225ca2ba65c38c3bbb1b50c64bff59f Author: Akinori Hattori gentoo org> AuthorDate: Sat Apr 15 01:36:27 2023 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sat Apr 15 01:36:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b83b9efe app-i18n/yaskkserv: fix systemd unit Closes: https://bugs.gentoo.org/889544 Signed-off-by: Akinori Hattori gentoo.org> app-i18n/yaskkserv/files/yaskkserv.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-i18n/yaskkserv/files/yaskkserv.service b/app-i18n/yaskkserv/files/yaskkserv.service index 40c8ee4c8974..770de1fcf02b 100644 --- a/app-i18n/yaskkserv/files/yaskkserv.service +++ b/app-i18n/yaskkserv/files/yaskkserv.service @@ -5,8 +5,7 @@ Requires=yaskkserv.socket [Service] User=nobody -EnvironmentFile=/etc/conf.d/yaskkserv -ExecStart=/usr/sbin/yaskkserv${YASKKSERV_SERVER_TYPE} --no-daemonize ${YASKKSERV_OPTS} +ExecStart=/usr/sbin/yaskkserv_normal --no-daemonize /usr/share/skk/SKK-JISYO.L.yaskkserv [Install] WantedBy=multi-user.target