mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-08 21:17:47 +03:00
units: add getty@.service define for Gentoo
This commit is contained in:
parent
bb009d81b0
commit
419f328437
@ -17,6 +17,7 @@
|
||||
|
||||
m4_ifdef(`TARGET_FEDORA', `m4_define(`GETTY', `/sbin/mingetty')')m4_dnl
|
||||
m4_ifdef(`TARGET_DEBIAN', `m4_define(`GETTY', `/sbin/getty 38400')')m4_dnl
|
||||
m4_ifdef(`TARGET_GENTOO', `m4_define(`GETTY', `/sbin/agetty 38400')')m4_dnl
|
||||
m4_dnl
|
||||
[Unit]
|
||||
Description=Getty on %I
|
||||
|
Loading…
Reference in New Issue
Block a user