blob: bcda2fce883db34a02387af21f548b6a67b3c914 (
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="ocfs2@.service"
DEPEND=""
RDEPEND=""
|