shell.service 87 B

1234567
  1. [Unit]
  2. Description=Shell
  3. [Service]
  4. Type=simple
  5. ExecStart=/bin/shell.elf
  6. Restart=always