You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
The plugin is started with a restart policy of always. Consequently, if you have a startup script that runs weave launch, such as our published systemd, it will fail the 2nd time round, since weave launch will report weaveplugin is already running; you can stop it with 'weave stop-plugin'. and exit with status 1.
The text was updated successfully, but these errors were encountered:
Although that may not work work if you actually use the plugin; I've seen Docker get stuck trying to talk to the plugin before starting to accept commands.
The only problem with this arrangement is that the weave-plugin service doesn't start cleanly on a reboot because launch-plugin exits uncleanly. Perhaps a "--ifnotlaunched" or similar flag could be made available so that the weave script returns 0 if the plugin is already running.
The plugin is started with a restart policy of
always
. Consequently, if you have a startup script that runsweave launch
, such as our published systemd, it will fail the 2nd time round, sinceweave launch
will reportweaveplugin is already running; you can stop it with 'weave stop-plugin'.
and exit with status 1.The text was updated successfully, but these errors were encountered: