aboutsummaryrefslogtreecommitdiff
path: root/finance/electrum/files/pkg-message-hwwallet.in
blob: 03896d1c49fbb2b8c7878fdd70943112403cf508 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
{ type: install
  message: <<EOM
For hardware wallet devices to work you need to be in the operator group
and need r/w permissions to the appropriate /dev/usb/* device.

Add a user to operator group:

% pw groupmod operator -m satoshi

Edit your configuration:

%%PREFIX%%/etc/devd/hardware_wallet.conf

Then restart devd to load the new rules:

% /etc/rc.d/devd restart
EOM
}
]