aboutsummaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'systemd')
-rw-r--r--systemd/system/sysinit.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/systemd/system/sysinit.service b/systemd/system/sysinit.service
new file mode 100644
index 00000000..9b0ccf77
--- /dev/null
+++ b/systemd/system/sysinit.service
@@ -0,0 +1,13 @@
+
+[Unit]
+Description=System Initialization
+DefaultDependencies=no
+Conflicts=shutdown.target
+Before=shutdown.target emergency.service emergency.target
+After=local-fs.target
+
+[Service]
+ExecStart=/bin/true
+Type=oneshot
+TimeoutSec=0
+RemainAfterExit=yes