5 lines
83 B
Bash
5 lines
83 B
Bash
#!/bin/bash
|
|
|
|
kill $(cat /root/twistd.pid)
|
|
mv /root/twistd.pid /root/twistd.pid.old
|