initial upload
This commit is contained in:
commit
867ac1955d
10 changed files with 495 additions and 0 deletions
6
libssl-restart-daemons.sh
Executable file
6
libssl-restart-daemons.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# Shows all applications using libssl
|
||||
# They need to be restarted after an OpenSSL upgrade
|
||||
|
||||
lsof | grep libssl | awk {'print $1"\t "$3'} | sort | uniq
|
||||
Loading…
Add table
Add a link
Reference in a new issue