diff options
Diffstat (limited to 'systemd/rcS-mountall.service')
-rw-r--r-- | systemd/rcS-mountall.service | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/systemd/rcS-mountall.service b/systemd/rcS-mountall.service new file mode 100644 index 00000000..684f1d3b --- /dev/null +++ b/systemd/rcS-mountall.service @@ -0,0 +1,17 @@ +[Unit] +Description=System Initialization +DefaultDependencies=no +Conflicts=shutdown.target +Before=shutdown.target emergency.service emergency.target +After=udev-settle.service +Conflicts=sysinit.service + +[Service] +ExecStart=/etc/rc.d/rcS.d/190-mountall.sh +Type=oneshot +TimeoutSec=0 +StandardInput=tty +RemainAfterExit=yes + +[Install] +WantedBy=sysinit.target |