mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
systemd module: line wrap function comment
This commit is contained in:
parent
960d2b936d
commit
d75e4d5d21
1 changed files with 2 additions and 2 deletions
|
@ -109,8 +109,8 @@ def _get_all_unit_files():
|
|||
|
||||
def _get_all_legacy_init_scripts():
|
||||
'''
|
||||
Get all old-fashioned init-style scripts. State is always inactive, because systemd would already show them
|
||||
otherwise.
|
||||
Get all old-fashioned init-style scripts. State is always inactive, because
|
||||
systemd would already show them otherwise.
|
||||
'''
|
||||
ret = {}
|
||||
if not os.path.isdir(LEGACY_INIT_SCRIPT_PATH):
|
||||
|
|
Loading…
Add table
Reference in a new issue