Installation
This commit is contained in:
10
README.md
10
README.md
@@ -50,3 +50,13 @@ The following passports are supported atm:
|
||||
|
||||
Do you want yours to be supported, too?
|
||||
Talk to me and send me 3 example pieces. :)
|
||||
|
||||
### Installation
|
||||
|
||||
1. Be root.
|
||||
2. `cd /root`
|
||||
3. `git clone https://git.chaospott.de/Bandie/c3gov`
|
||||
4. `cd c3gov`
|
||||
5. `cp -r etc/systemd/system/* /etc/systemd/system`
|
||||
6. `systemctl enable --now getty@ttyUSB0`
|
||||
7. `systemctl enable --now getty@ttyUSB1` (if there's will be a second client)
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
[Service]
|
||||
TTYVTDisallocate=no
|
||||
@@ -1,5 +0,0 @@
|
||||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=-/sbin/getty -8 38400 tty1
|
||||
StandardInput=tty
|
||||
StandardOutput=tty
|
||||
Reference in New Issue
Block a user