Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 292 Bytes

adbd-prepare.service

File metadata and controls

17 lines (14 loc) · 292 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright (C) 2013 Jolla Oy
#
# Prepare functionfs for adbd
[Unit]
Description=functionfs setup for adbd
Before=adbd.service
PartOf=adbd.service
[Service]
Type=notify
RemainAfterExit=yes
ExecStart=/usr/sbin/adbd-functionfs.sh
ExecStop=/bin/umount adb
[Install]
WantedBy=graphical.target