shell.service 113 B

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