diff options
author | makefu <github@syntax-fehler.de> | 2014-03-26 01:41:21 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2014-03-26 01:41:21 +0100 |
commit | 22ea6c1be0408ccb53d00dab85fc20bcc615b96e (patch) | |
tree | 65eca656feaaeed7f50e265f9d273a93da01e84d /filehooker/root-image | |
parent | 9d47cd69809bd54e2cfc939936532114e74766c5 (diff) |
filehooker: autoboot into secret creation page
Diffstat (limited to 'filehooker/root-image')
-rw-r--r-- | filehooker/root-image/etc/systemd/system/getty@tty1.service.d/run_krebs_secret.conf | 3 | ||||
-rw-r--r-- | filehooker/root-image/etc/systemd/system/getty@tty1.service/run_krebs_secret.conf | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/filehooker/root-image/etc/systemd/system/getty@tty1.service.d/run_krebs_secret.conf b/filehooker/root-image/etc/systemd/system/getty@tty1.service.d/run_krebs_secret.conf new file mode 100644 index 00000000..29e5be5f --- /dev/null +++ b/filehooker/root-image/etc/systemd/system/getty@tty1.service.d/run_krebs_secret.conf @@ -0,0 +1,3 @@ +[Service] +ExecStart= +ExecStart=-/usr/bin/agetty --autologin reaktor --noclear %I 38400 linux diff --git a/filehooker/root-image/etc/systemd/system/getty@tty1.service/run_krebs_secret.conf b/filehooker/root-image/etc/systemd/system/getty@tty1.service/run_krebs_secret.conf deleted file mode 100644 index b2493294..00000000 --- a/filehooker/root-image/etc/systemd/system/getty@tty1.service/run_krebs_secret.conf +++ /dev/null @@ -1,3 +0,0 @@ -[Service] -ExecStart= -ExecStart=-/usr/bin/agetty --autologin hooker --noclear -l /krebs/bin/add-reaktor-secret.sh %I 38400 linux |