apparently killing plack processes does not stop the application

This commit is contained in:
Matthew Connelly 2015-03-09 02:35:49 +00:00
parent bdfe6a0fe2
commit c2001a71ef
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/env sh
pkill -f starman >/dev/null 2>&1
pkill -f plack >/dev/null 2>&1
plackup -s Starman -D -p 42069 /home/sites/blogalba/blogalba