From 70449379def39da2a3efbd7c7da27a4745702b08 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 16 May 2010 20:49:41 +0200 Subject: units: move a number of units into the tarball --- units/remote-fs.target | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 units/remote-fs.target (limited to 'units/remote-fs.target') diff --git a/units/remote-fs.target b/units/remote-fs.target new file mode 100644 index 0000000000..0ed324edce --- /dev/null +++ b/units/remote-fs.target @@ -0,0 +1,21 @@ +# This file is part of systemd. +# +# Copyright 2010 Lennart Poettering +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# systemd is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with systemd; If not, see . + +[Unit] +Description=Remote File Systems +Requires=network.target +After=network.target -- cgit v1.2.3-54-g00ecf