- Prepare the configuration file
config.yamlthat cloudfuse will use to start your mount. You may follow the instructions for creating a config.yaml file in the Readme or by creating the config file manually by following the Wiki. - In the cloudfuse.service file, edit all of the fields under the
Servicesection and replace them for your system. Please note that the example has the User CloudfuseUser, please create a user called CloudfuseUser or replace this with an existing user. - Copy the cloudfuse.service and place it in /etc/systemd/system:
sudo cp cloudfuse.service /etc/systemd/system - Run the daemon-reload command to reload the service config files:
sudo systemctl daemon-reload - Start the service:
sudo systemctl start cloudfuse.service - Enable the service to start at system boot:
sudo systemctl enable cloudfuse.service