From 54e7d8476ca3b41cbb38226e58241e1920ad357a Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 16 Jul 2017 17:24:34 +0200 Subject: rename to volumefs/userfs and add systemd unit files --- scripts/volumefs.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/volumefs.init') diff --git a/scripts/volumefs.init b/scripts/volumefs.init index dc80eed..6cc3cb9 100755 --- a/scripts/volumefs.init +++ b/scripts/volumefs.init @@ -9,8 +9,8 @@ depend() start() { - /usr/sbin/volumesfs -o allow_other /Volumes - /usr/sbin/usersfs -o allow_other /Users + /usr/sbin/volumefs -o allow_other /Volumes + /usr/sbin/userfs -o allow_other /Users } stop() -- cgit v1.2.3