X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Froles%2Fvirl%2Ffiles%2FttyS0;fp=resources%2Ftools%2Ftestbed-setup%2Fansible%2Froles%2Fvirl%2Ffiles%2FttyS0;h=0ed85501907ab51edd71f5a03144589f60e76024;hb=3a14297dca576dd7e2c9f09d84bf0f5cf58c1938;hp=0000000000000000000000000000000000000000;hpb=8bb12f5b902cf42c623172c562b4f2752489bc13;p=csit.git diff --git a/resources/tools/testbed-setup/ansible/roles/virl/files/ttyS0 b/resources/tools/testbed-setup/ansible/roles/virl/files/ttyS0 new file mode 100644 index 0000000000..0ed8550190 --- /dev/null +++ b/resources/tools/testbed-setup/ansible/roles/virl/files/ttyS0 @@ -0,0 +1,10 @@ +# 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