apparently killing plack processes does not stop the application
This commit is contained in:
parent
bdfe6a0fe2
commit
c2001a71ef
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue