mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
this package enable the usb tethering for pinephone Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Marco Scardovi <marco@scardovi.com>
13 lines
210 B
Desktop File
13 lines
210 B
Desktop File
# systemd service file for usb-tethering
|
|
|
|
[Unit]
|
|
Wants=dhcpd4.service
|
|
Description=USB Tethering
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/bash /usr/lib/danctnix/usb-tethering
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|