From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4F285138A1A for ; Fri, 9 Jan 2015 17:17:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47E4BE085D; Fri, 9 Jan 2015 17:17:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3DF1AE085E for ; Fri, 9 Jan 2015 17:17:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15018340727 for ; Fri, 9 Jan 2015 17:17:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4F1FF378 for ; Fri, 9 Jan 2015 17:17:49 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1420816015.539beb672b2a131a51cfe2e6300f4b9010579375.robbat2@OpenRC> Subject: [gentoo-commits] proj/netifrc:master commit in: systemd/ X-VCS-Repository: proj/netifrc X-VCS-Files: systemd/net_at.service.in X-VCS-Directories: systemd/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 539beb672b2a131a51cfe2e6300f4b9010579375 X-VCS-Branch: master Date: Fri, 9 Jan 2015 17:17:49 +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-Archives-Salt: abe3a33f-9b1e-4266-8064-932e7919684e X-Archives-Hash: a00d9068bcc7cc355ab3bd23f91ecbae commit: 539beb672b2a131a51cfe2e6300f4b9010579375 Author: Rabi Shanker Guha gmail com> AuthorDate: Fri Jan 9 15:06:55 2015 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Fri Jan 9 15:06:55 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/netifrc.git;a=commit;h=539beb67 Unit file --- systemd/net_at.service.in | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/systemd/net_at.service.in b/systemd/net_at.service.in new file mode 100644 index 0000000..a729ec4 --- /dev/null +++ b/systemd/net_at.service.in @@ -0,0 +1,10 @@ +[Unit] +Description="Gentoo Network Interface Management Scripts" + +[Service] +ExecStart=@LIBEXECDIR@/sh/systemd-wrapper.sh -i %I start +ExecStop=@LIBEXECDIR@/sh/systemd-wrapper.sh -i %I stop +RemainAfterExit=yes + +[Install] +WantedBy=multi-user.target