Blame view

recipes-core/systemd/systemd-serialgetty/disable-serialgetty.service 233 Bytes
752165840   Eric Lee   Remove Redundant ...
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