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