Merge pull request #39 from imran1008/arch-fix
Fix service name for Arch Linux
This commit is contained in:
commit
92c2d24acb
@ -9,7 +9,7 @@ that differ from whats in defaults.yaml
|
|||||||
'Arch': {
|
'Arch': {
|
||||||
'server': 'openssh',
|
'server': 'openssh',
|
||||||
'client': 'openssh',
|
'client': 'openssh',
|
||||||
'service': 'sshd.socket',
|
'service': 'sshd',
|
||||||
},
|
},
|
||||||
'Debian': {
|
'Debian': {
|
||||||
'server': 'openssh-server',
|
'server': 'openssh-server',
|
||||||
|
Loading…
Reference in New Issue
Block a user