shell.service 267 B

1234567891011
  1. [Unit]
  2. Description=Shell
  3. [Service]
  4. Type=simple
  5. ExecStart=/bin/NovaShell
  6. Restart=always
  7. ExecStartPre=-/bin/about.elf
  8. ExecStartPre=/bin/busybox stty erase 127
  9. Environment=PATH=/bin:/usr/bin:/usr/local/bin
  10. Environment=LD_LIBRARY_PATH=/usr/lib:/usr/lib64:/usr/local/lib