We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3b7b2 commit fc21bcbCopy full SHA for fc21bcb
dissect/target/plugins/os/unix/linux/services.py
@@ -63,7 +63,7 @@ def systemd(self) -> Iterator[LinuxServiceRecord]:
63
for key, value in configuration.items():
64
_value = value or None
65
_key = f"{segment}_{key}"
66
- _key = _key.replace("-","_")
+ _key = _key.replace("-", "_")
67
types.append(("string", _key))
68
config.update({_key: _value})
69
except FileNotFoundError:
0 commit comments