summaryrefslogtreecommitdiff
path: root/scripts/userfs.service
blob: fe675ae13abe953546ff456a772e36802dd35c41 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Populates /Users directory
RequiresMountsFor=/etc

[Service]
Type=simple
ExecStart=/usr/sbin/userfs -f -o allow_other -o auto_unmount /Users

[Install]
WantedBy=multi-user.target