Files
www-POC/stop.sh
Patrick McDonagh f4d31bda6a adds init script
2016-11-22 12:34:31 -06:00

5 lines
83 B
Bash

#!/bin/bash
kill $(cat /root/twistd.pid)
mv /root/twistd.pid /root/twistd.pid.old