diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/dcf77pi/pkg-message | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/comms/dcf77pi/pkg-message b/comms/dcf77pi/pkg-message new file mode 100644 index 000000000000..8f2a35256526 --- /dev/null +++ b/comms/dcf77pi/pkg-message @@ -0,0 +1,9 @@ +dcf77pi and readpin need to be run as root due to the permissions of +/dev/gpioc* , but this can be prevented by changing the permissions of the +device node: + +# chmod 0660 /dev/gpioc* + +And to make the change persistent across reboots: + +# echo "perm gpioc* 0660" >> /etc/devfs.conf |