Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lionel Ferrafiat
RIE-2017-ProjetTutore-G1
Commits
ee95efc6
Commit
ee95efc6
authored
Dec 19, 2018
by
Lionel Ferrafiat
Browse files
mise à jour script tuer.sh qui n'est plus utilisé
parent
8cd78292
Changes
1
Show whitespace changes
Inline
Side-by-side
SiteWeb/Fichiers de conf/Certifiant/tuer.sh
View file @
ee95efc6
#!/bin/bash
####################################################
# signer_env.php #
# Ver 1.1 - Date 19-12-2018 #
# Fichier sur le certifiant #
####################################################
#Liste les PID des processus "java" puis les kill en //
#Petit probème de fonctionnement
#pidof pname "java" | tr ' ' '\n' | { while read line; do kill $line; done; }
#permet de tuer le processus java -> kafka (car utilise java)
#n'est plus utilisé car l'accès à kafka se fait par nombre de message fixe ET connu
kill
`
ps
-aux
|
grep
"java"
`
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment