File: map-ssh-service.diff

package info (click to toggle)
freeipa 4.12.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 100,476 kB
  • sloc: python: 298,945; javascript: 71,606; ansic: 49,369; sh: 6,547; makefile: 2,553; xml: 343; sed: 16
file content (10 lines) | stat: -rw-r--r-- 404 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/ipaplatform/debian/services.py
+++ b/ipaplatform/debian/services.py
@@ -37,6 +37,7 @@ debian_system_units['ods_signerd'] = deb
 debian_system_units['rpcgssd'] = 'rpc-gssd.service'
 debian_system_units['rpcidmapd'] = 'nfs-idmapd.service'
 debian_system_units['smb'] = 'smbd.service'
+debian_system_units['sshd'] = 'ssh.service'
 
 # Service classes that implement Debian family-specific behaviour