Skip to content
Snippets Groups Projects
Commit 2baa70c4 authored by David Schmitz's avatar David Schmitz
Browse files

runfod-supervisord.sh update

parent 8f448d7c
No related branches found
No related tags found
No related merge requests found
......@@ -102,11 +102,12 @@ if ! which supervisord; then
fi
# TODO
systemctl disable supervisord
systemctl disable supervisor
systemctl disable redis
systemctl disable redis-server
if grep -q -E '^systemd$' /proc/1/comm; then
systemctl disable supervisord
systemctl disable supervisor
systemctl disable redis
systemctl disable redis-server
fi
#useradd -m fod
(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment