This unit is provided by:
Options
- 
    
[Install]- 
        
WantedBy=multi-user.target 
 - 
        
 - 
    
[Service]- 
        
Environment=HOME=/var/lib/adb - 
        
ExecStart=/usr/bin/adb start-server - 
        
ExecStop=/usr/bin/adb kill-server - 
        
PrivateTmp=yes - 
        
Type=forking 
 - 
        
 - 
    
[Unit]- 
        
Description=Android Debug Bridge (adb) service 
 - 
        
 
Additionnal notes
Nothing here.