diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-07-28 00:01:39 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-07-28 00:01:57 -0400 |
commit | b2cc5a399051083518d8b4c9ff0d39356b13abcb (patch) | |
tree | 57ce2fd532cb52d48d7c46922ceaafc5929064b5 /pcr/bbb-gadgets/storage-gadget-init.service | |
parent | 7c8ba901313707f6310c159df4176dedae01e719 (diff) | |
download | abslibre-b2cc5a399051083518d8b4c9ff0d39356b13abcb.tar.gz abslibre-b2cc5a399051083518d8b4c9ff0d39356b13abcb.tar.bz2 abslibre-b2cc5a399051083518d8b4c9ff0d39356b13abcb.zip |
pcr/bbb-gadgets: Drop dep on systemd
The script is useful, even if there is no systemd to run the .service files
on boot.
Also
- fixup quoting
- mention that the original is from the old AUR3
- capitalize USB
Diffstat (limited to 'pcr/bbb-gadgets/storage-gadget-init.service')
-rw-r--r-- | pcr/bbb-gadgets/storage-gadget-init.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/bbb-gadgets/storage-gadget-init.service b/pcr/bbb-gadgets/storage-gadget-init.service index 8c2a30c12..9767b0b3c 100644 --- a/pcr/bbb-gadgets/storage-gadget-init.service +++ b/pcr/bbb-gadgets/storage-gadget-init.service @@ -1,5 +1,5 @@ [Unit] -Description=Start usb mass storage gadget +Description=Start USB mass storage gadget After=dev-mmcblk0p1.device [Service] |