summarylogtreecommitdiffstats
path: root/spinnaker-usbfs.service
blob: 81718bf0f436bfe6c5e2751b4816b6a34f977c1a (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Configure usbfs_memory_mb for spinnaker-sdk

[Service]
Type=oneshot
ExecStart=/bin/bash -c 'echo 1000 > /sys/module/usbcore/parameters/usbfs_memory_mb'

[Install]
WantedBy=multi-user.target