[systemd-commits] units/local-fs-pre.target units/remote-fs-pre.target
Lennart Poettering
lennart at kemper.freedesktop.org
Tue Oct 11 05:26:30 PDT 2011
units/local-fs-pre.target | 11 +++++++++++
units/remote-fs-pre.target | 15 +++++++++++++++
2 files changed, 26 insertions(+)
New commits:
commit 822b18599d1c9465449c7111fe7e7b86fbf44a57
Author: Lennart Poettering <lennart at poettering.net>
Date: Tue Oct 11 14:26:20 2011 +0200
units: forgot target units
diff --git a/units/local-fs-pre.target b/units/local-fs-pre.target
new file mode 100644
index 0000000..11e67ba
--- /dev/null
+++ b/units/local-fs-pre.target
@@ -0,0 +1,11 @@
+# This file is part of systemd.
+#
+# 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.
+
+# See systemd.special(7) for details
+
+[Unit]
+Description=Local File Systems (Pre)
diff --git a/units/remote-fs-pre.target b/units/remote-fs-pre.target
new file mode 100644
index 0000000..5406aa2
--- /dev/null
+++ b/units/remote-fs-pre.target
@@ -0,0 +1,15 @@
+# This file is part of systemd.
+#
+# 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.
+
+# See systemd.special(7) for details
+
+[Unit]
+Description=Remote File Systems (Pre)
+After=network.target
+
+[Install]
+WantedBy=multi-user.target
More information about the systemd-commits
mailing list