Browse Source

Fix service name for Arch Linux

master
Imran Haider 9 years ago
parent
commit
4dddff0ccd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      openssh/map.jinja

+ 1
- 1
openssh/map.jinja View File

@@ -9,7 +9,7 @@ that differ from whats in defaults.yaml
'Arch': {
'server': 'openssh',
'client': 'openssh',
'service': 'sshd.socket',
'service': 'sshd',
},
'Debian': {
'server': 'openssh-server',

Loading…
Cancel
Save