systemd scripts for boot cd
authorSapan Bhatia <gwsapan@gmail.com>
Fri, 17 Feb 2012 16:12:18 +0000 (11:12 -0500)
committerSapan Bhatia <gwsapan@gmail.com>
Fri, 17 Feb 2012 16:12:18 +0000 (11:12 -0500)
systemd/pl_boot.service [new file with mode: 0644]
systemd/pl_boot.target [new file with mode: 0644]
systemd/pl_boot.target.wants/pl_boot.service [new symlink]
systemd/pl_sysinit.service [new file with mode: 0644]
systemd/pl_sysinit.target [new file with mode: 0644]
systemd/pl_sysinit.target.wants/pl_sysinit.service [new symlink]

diff --git a/systemd/pl_boot.service b/systemd/pl_boot.service
new file mode 100644 (file)
index 0000000..4010cfd
--- /dev/null
@@ -0,0 +1,9 @@
+[Unit]
+Description=pl_boot service
+After=pl_sysinit.target
+
+[Service]
+ExecStart=/etc/init.d/pl_boot
+
+[Install]
+WantedBy=pl_boot.target
diff --git a/systemd/pl_boot.target b/systemd/pl_boot.target
new file mode 100644 (file)
index 0000000..293b759
--- /dev/null
@@ -0,0 +1,18 @@
+#  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=pl_boot
+#Requires=basic.target
+#Conflicts=rescue.service rescue.target
+#After=basic.target rescue.service rescue.target
+#AllowIsolate=yes
+
+#[Install]
+#Alias=default.target
diff --git a/systemd/pl_boot.target.wants/pl_boot.service b/systemd/pl_boot.target.wants/pl_boot.service
new file mode 120000 (symlink)
index 0000000..814c77e
--- /dev/null
@@ -0,0 +1 @@
+/lib/systemd/system/pl_boot.service
\ No newline at end of file
diff --git a/systemd/pl_sysinit.service b/systemd/pl_sysinit.service
new file mode 100644 (file)
index 0000000..36b65ac
--- /dev/null
@@ -0,0 +1,10 @@
+[Unit]
+Description=pl_sysinit service
+Before=pl_boot.target
+#After=syslog.target ntpdate.service
+
+[Service]
+ExecStart=/etc/init.d/pl_sysinit
+
+[Install]
+WantedBy=pl_sysinit.target
diff --git a/systemd/pl_sysinit.target b/systemd/pl_sysinit.target
new file mode 100644 (file)
index 0000000..4212402
--- /dev/null
@@ -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=PlanetLab System Initialization
+Conflicts=emergency.service emergency.target
+Wants=local-fs.target swap.target
+After=local-fs.target swap.target emergency.service emergency.target
+RefuseManualStart=yes
diff --git a/systemd/pl_sysinit.target.wants/pl_sysinit.service b/systemd/pl_sysinit.target.wants/pl_sysinit.service
new file mode 120000 (symlink)
index 0000000..3c32a97
--- /dev/null
@@ -0,0 +1 @@
+/lib/systemd/system/pl_sysinit.service
\ No newline at end of file