diff options
Diffstat (limited to 'resources/tools/testbed-setup/playbooks/files/ttyS0')
-rw-r--r-- | resources/tools/testbed-setup/playbooks/files/ttyS0 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/resources/tools/testbed-setup/playbooks/files/ttyS0 b/resources/tools/testbed-setup/playbooks/files/ttyS0 deleted file mode 100644 index 0ed8550190..0000000000 --- a/resources/tools/testbed-setup/playbooks/files/ttyS0 +++ /dev/null @@ -1,10 +0,0 @@ -# ttyS0 - getty -# -# This service maintains a getty on ttyS0 from the point the system is -# started until it is shut down again. - -start on stopped rc RUNLEVEL=[12345] -stop on runlevel [!12345] - -respawn -exec /sbin/getty -L 115200 ttyS0 vt102 |