diff options
author | makefu <github@syntax-fehler.de> | 2014-03-24 18:40:53 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2014-03-24 18:40:53 +0100 |
commit | 1610072ff0aac8de91c7bf3919bfd75b5fba0e6c (patch) | |
tree | c6b7676151256c37aa2e5d7d7dc05471734fa4b9 /filehooker/root-image/etc/systemd | |
parent | 416559761c751427c0b4116145575e0965283857 (diff) |
add all the minor tweaks to filehooker
Diffstat (limited to 'filehooker/root-image/etc/systemd')
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 |