add udiskie to automount usb

This commit is contained in:
Bruno Carlin 2020-05-11 09:25:56 +02:00
parent 3a082eba32
commit ef81e10868
3 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1 @@
/home/bca/.config/systemd/user/udiskie.service

View file

@ -0,0 +1,9 @@
[Unit]
Description=USB automount
[Service]
Type=simple
ExecStart=/usr/bin/udiskie
[Install]
WantedBy=default.target

View file

@ -0,0 +1,4 @@
program_options:
tray: auto
automount: true
notify: true