Skip to content

Commit

Permalink
facts/systemd: sockets are in 'listening' state when running, add it …
Browse files Browse the repository at this point in the history
…as accepted state
  • Loading branch information
bauen1 authored and Fizzadar committed Aug 18, 2024
1 parent e57e779 commit 64c1469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyinfra/facts/systemd.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def requires_command(self, *args, **kwargs) -> str:
default = dict

state_key = "SubState"
state_values = ["running", "waiting", "exited"]
state_values = ["running", "waiting", "exited", "listening"]

def command(
self,
Expand Down

0 comments on commit 64c1469

Please sign in to comment.