#231 fix docs to stop old daemon and start new backend worker

This commit is contained in:
Oliver Gorwits
2017-06-26 19:43:09 +01:00
parent 5efdd7501a
commit fa6eac4199
3 changed files with 5 additions and 1 deletions

View File

@@ -219,7 +219,8 @@ run for each installation:
# restart web service (if you run it)
~/bin/netdisco-web restart
# restart job daemon (if you run it)
# stop old daemon and start new backend worker (wherever you run them)
~/bin/netdisco-daemon stop
~/bin/netdisco-backend restart
=head1 Tips and Tricks