Blame view

recipes-core/systemd/systemd-serialgetty/disable-serialgetty.service 233 Bytes
e0f0466e2   Eric Lee   Yocto Zeus meta l...
1
2
3
4
5
6
7
8
9
10
11
  [Unit]
  Description=Disable redundant serial getty service
  After=systemd-remount-fs.service
  ConditionPathIsReadWrite=/etc
  
  [Service]
  Type=oneshot
  ExecStart=/lib/systemd/system/disable-serialgetty.sh
  
  [Install]
  WantedBy=sysinit.target