Skip to content

Commit

Permalink
Merge pull request #64 from mariux64/fix-blinkd-startup
Browse files Browse the repository at this point in the history
blinkd: Do not wait for service startup during boot
  • Loading branch information
pmenzel authored Jan 4, 2019
2 parents 5e034e0 + 49eff3c commit e526cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blink/51-blink.rules
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ACTION=="add", SUBSYSTEM=="usb", ENV{ID_VENDOR_ID}=="27b8", ENV{ID_MODEL_ID}=="01ed", MODE="0660", OWNER="2626", GROUP="598" RUN{program}="/bin/systemctl start blinkd"
ACTION=="add", SUBSYSTEM=="usb", ENV{ID_VENDOR_ID}=="27b8", ENV{ID_MODEL_ID}=="01ed", MODE="0660", OWNER="2626", GROUP="598" RUN{program}="/bin/systemctl start --no-block blinkd"

0 comments on commit e526cf4

Please sign in to comment.