Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 532 Bytes

usb-moded.service

File metadata and controls

19 lines (17 loc) · 532 Bytes
 
1
2
[Unit]
Description=usb-moded USB gadget controller
Sep 30, 2013
Sep 30, 2013
3
DefaultDependencies=no
Oct 7, 2013
Oct 7, 2013
4
5
6
Wants=systemd-udev-settle.service
Requires=dbus.socket
After=local-fs.target dbus.socket systemd-udev-settle.service
Sep 30, 2013
Sep 30, 2013
7
Conflicts=shutdown.target
8
9
[Service]
Jan 20, 2014
Jan 20, 2014
10
11
Type=notify
TimeoutSec=15
12
EnvironmentFile=-/var/lib/environment/usb-moded/*.conf
Sep 13, 2013
Sep 13, 2013
13
EnvironmentFile=-/run/usb-moded/*.conf
Apr 26, 2016
Apr 26, 2016
14
ExecStart=/usr/sbin/usb_moded --systemd --force-syslog $USB_MODED_ARGS $USB_MODED_HW_ADAPTATION_ARGS
15
Restart=always
Apr 17, 2014
Apr 17, 2014
16
ExecReload=/bin/kill -HUP $MAINPID
17
18
[Install]
Oct 7, 2013
Oct 7, 2013
19
WantedBy=basic.target