diff options
Diffstat (limited to 'filehooker/root-image/etc')
3 files changed, 4 insertions, 3 deletions
diff --git a/filehooker/root-image/etc/systemd/system/Reaktor@reaktor.service.d/wait.service b/filehooker/root-image/etc/systemd/system/Reaktor@reaktor.service.d/wait.service new file mode 100644 index 00000000..45a9b4c8 --- /dev/null +++ b/filehooker/root-image/etc/systemd/system/Reaktor@reaktor.service.d/wait.service @@ -0,0 +1,2 @@ +[service] +ExecStartPre=/usr/bin/sleep 20 diff --git a/filehooker/root-image/etc/systemd/system/getty@tty1.service.d/autologin.conf b/filehooker/root-image/etc/systemd/system/getty@tty1.service.d/autologin.conf deleted file mode 100644 index 5c6618c5..00000000 --- a/filehooker/root-image/etc/systemd/system/getty@tty1.service.d/autologin.conf +++ /dev/null @@ -1,3 +0,0 @@ -[Service] -ExecStart= -#ExecStart=-/sbin/agetty --autologin root --noclear %I 38400 linux diff --git a/filehooker/root-image/etc/systemd/system/start-ncdc@hooker.service.d/wait.service b/filehooker/root-image/etc/systemd/system/start-ncdc@hooker.service.d/wait.service new file mode 100644 index 00000000..45a9b4c8 --- /dev/null +++ b/filehooker/root-image/etc/systemd/system/start-ncdc@hooker.service.d/wait.service @@ -0,0 +1,2 @@ +[service] +ExecStartPre=/usr/bin/sleep 20 |