Installation

This commit is contained in:
2025-11-29 17:45:41 +01:00
parent 95f349fd85
commit b85f1d2e83
3 changed files with 10 additions and 7 deletions

View File

@@ -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)

View File

@@ -1,2 +0,0 @@
[Service]
TTYVTDisallocate=no

View File

@@ -1,5 +0,0 @@
[Service]
ExecStart=
ExecStart=-/sbin/getty -8 38400 tty1
StandardInput=tty
StandardOutput=tty