Browse Source

Merge pull request #39 from imran1008/arch-fix

Fix service name for Arch Linux
master
Forrest 9 years ago
parent
commit
92c2d24acb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      openssh/map.jinja

+ 1
- 1
openssh/map.jinja View File

'Arch': { 'Arch': {
'server': 'openssh', 'server': 'openssh',
'client': 'openssh', 'client': 'openssh',
'service': 'sshd.socket',
'service': 'sshd',
}, },
'Debian': { 'Debian': {
'server': 'openssh-server', 'server': 'openssh-server',

Loading…
Cancel
Save