mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
6 lines
155 B
Text
6 lines
155 B
Text
|
#!/bin/rc
|
||
|
# startupasfs - start upas/fs if needed, mainly for lib/profile
|
||
|
if (! test -e /srv/upasfs.$user)
|
||
|
upas/fs -s
|
||
|
mount -c /srv/upasfs.$user /mail/fs
|