shell.service 102 B

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