shell.service 107 B

12345678
  1. [Unit]
  2. Description=Shell
  3. [Service]
  4. Type=simple
  5. ExecStart=/bin/shell.elf
  6. #Restart=always
  7. #RestartSec=500000