This repository has been archived on 2022-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
dot-files/.config/systemd/user/udiskie.service

10 lines
163 B
SYSTEMD

[Unit]
Description = Automatic disk mounting service using udisks
[Service]
ExecStart = /usr/bin/udiskie -s
Restart = always
[Install]
WantedBy = default.target