1 2 3 4 5 6 7 8 9 10 11
[Unit] Description=Populates /Volumes directory Requires=udisks2.service After=udisks2.service [Service] Type=simple ExecStart=/usr/sbin/volumefs -f -o allow_other -o auto_unmount /Volumes [Install] WantedBy=multi-user.target