commit: 539beb672b2a131a51cfe2e6300f4b9010579375 Author: Rabi Shanker Guha <guha.rabishankar <AT> gmail <DOT> com> AuthorDate: Fri Jan 9 15:06:55 2015 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> 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