$this->bbcode_second_pass_quote('moonman', '')$this->bbcode_second_pass_quote('winestock', 'O')kay I copied monkey.service directly from what you checked into
https://github.com/archlinuxarm/PKGBUIL ... 613a41c54b:
/lib/systemd/system/monkey.service
$this->bbcode_second_pass_code('', '
[Unit]
Description=Monkey http server deamon
After=network.target
[Service]
Type=forking
ExecStart=/usr/bin/monkey -D
ExecStop=/bin/kill $MAINPID
ExecReload=/bin/kill $MAINPID ; /usr/bin/monkey -D
PIDFile=/var/run/monkey/monkey.pid.80
[Install]
WantedBy=multi-user.target
')
$this->bbcode_second_pass_code('', '
systemctl --system daemon-reload
systemctl start monkey
')
At this point systemctl does not come back. I have to CTRL-C to get back to the shell prompt. Does not look like it is working.
You need to edit /etc/monkey/monkey.conf, the service file is the same as before.
just install this package. This one is new. I should've updated the version...