summaryrefslogtreecommitdiff
path: root/scripts/volumefs.service
blob: dd8a1944efbb729d0db01b1f71b2f057ce166d08 (plain)
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