add udiskie to automount usb
This commit is contained in:
parent
3a082eba32
commit
ef81e10868
3 changed files with 14 additions and 0 deletions
|
@ -0,0 +1 @@
|
||||||
|
/home/bca/.config/systemd/user/udiskie.service
|
9
systemd/.config/systemd/user/udiskie.service
Normal file
9
systemd/.config/systemd/user/udiskie.service
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
[Unit]
|
||||||
|
Description=USB automount
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
ExecStart=/usr/bin/udiskie
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
4
udiskie/.config/udiskie/config.yml
Normal file
4
udiskie/.config/udiskie/config.yml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
program_options:
|
||||||
|
tray: auto
|
||||||
|
automount: true
|
||||||
|
notify: true
|
Loading…
Add table
Reference in a new issue