dotfiles/disks/.config/systemd/user/udiskie.service

11 lines
240 B
Desktop File

[Unit]
Description=Automated mounting of removable devices (udisks)
[Service]
# workaround to allow relative executable invocation (i.e. current users' home dir)
ExecStart=/usr/bin/udiskie
Restart=always
[Install]
WantedBy=default.target