This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        EnvironmentFile=-/etc/default/sidedoor
- 
        ExecStart=/usr/bin/sidedoor $OPTIONS $REMOTE_SERVER
- 
        Restart=on-failure
- 
        User=sidedoor
 
- 
        
- 
    [Unit]- 
        After=local-fs.target network.target network-online.target
- 
        Description=SSH connection daemon
- 
        Documentation=man:sidedoor(1)
- 
        Wants=network-online.target
 
- 
        
Additionnal notes
Nothing here.