Advertisement
neochapay

Untitled

Sep 7th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. [Unit]
  2. Description=usb-moded USB gadget controller
  3. DefaultDependencies=no
  4. Wants=systemd-udev-settle.service
  5. Requires=dbus.socket
  6. After=local-fs.target dbus.socket systemd-udev-settle.service
  7. Conflicts=shutdown.target
  8.  
  9. [Service]
  10. Type=notify
  11. TimeoutSec=15
  12. EnvironmentFile=-/var/lib/environment/usb-moded/*.conf
  13. EnvironmentFile=-/run/usb-moded/*.conf
  14. ExecStart=/usr/sbin/usb_moded --systemd --force-syslog $USB_MODED_ARGS $USB_MODED_HW_ADAPTATION_ARGS
  15. Restart=always
  16. ExecReload=/bin/kill -HUP $MAINPID
  17. BusName=com.meego.usb_moded
  18.  
  19. [Install]
  20. #WantedBy=basic.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement