shell.service 226 B

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