Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing packages #1

Open
bflance opened this issue Sep 14, 2017 · 0 comments
Open

missing packages #1

bflance opened this issue Sep 14, 2017 · 0 comments

Comments

@bflance
Copy link

bflance commented Sep 14, 2017

Hi,

sometimes (especially on AWS machines), O/S has missing "killall" package as well as "stunnel" path might be different.

to fix this, install psmisc packages (yum install psmisc), then check where killall command live by running

which killall

and edit systemd script with apropriate path;

for me it was:

ExecStart=/bin/stunnel /etc/stunnel/stunnel.conf
ExecStop=/bin/killall -9 stunnel

and dont forget to:

systemctl daemon-reload
to make sure your updates commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant