Rev 120 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 120 | Rev 124 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | [Unit]  | 
            1 | [Unit]  | 
          
| 2 | Description=Secure Shell v2 (SSH2) protocol server  | 
            2 | Description=Secure Shell v2 (SSH2) protocol server  | 
          
| 3 | Documentation=man:lshd(8)  | 
            3 | Documentation=man:lshd(8)  | 
          
| 4 | After=local-fs.target remote-fs.target network.target syslog.target nss-lookup.target  | 
            4 | After=local-fs.target remote-fs.target network.target nss-lookup.target  | 
          
| 5 | 5 | ||
| 6 | [Service]  | 
            6 | [Service]  | 
          
| 7 | Type=simple  | 
            7 | Type=simple  | 
          
| 8 | ExecStart=/bin/sh -c "case \"$ENABLE_SFTP\" in \  | 
            8 | ExecStart=/bin/sh -c "case \"$ENABLE_SFTP\" in \  | 
          
| 9 | true|y*|Y*) ;; \  | 
            9 | true|y*|Y*) ;; \  |