blob: ecb9679ff184606bb12caed4b571f8f71b7250b4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=7
inherit "systemd-unit"
TARGETNAME="icebox@.service"
DEPEND=""
RDEPEND=""
|