From cc08cf0ffe30d0564c7517ffcee2401121f17917 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 15 Oct 2010 17:07:51 -0400 Subject: Add a basic sysint service that is After: local-fs so that sockets still work. This is a workaround for https://bugs.freedesktop.org/show_bug.cgi?id=30913 --- systemd/system/sysinit.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 systemd/system/sysinit.service 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 -- cgit v1.2.1