monkey.service 221 B

123456789101112
  1. [Unit]
  2. Description=Monkey HTTP Server
  3. After=network.target remote-fs.target
  4. [Service]
  5. Type=forking
  6. ExecStart=/usr/sbin/monkey --daemon
  7. PIDFile=/var/run/monkey.pid.2001
  8. TimeoutSec=10
  9. [Install]
  10. WantedBy=multi-user.target