Repo Init with files

This commit is contained in:
2021-02-01 22:32:41 +01:00
commit e53ad5dd51
9 changed files with 233 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[Unit]
Description=My USB gadget
After=systemd-modules-load.service network-online.target
Wants=network-online.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/local/sbin/usb-gadget.sh
[Install]
WantedBy=sysinit.target