You are not logged in.

#1 2015-05-08 18:08:12

Aegidius
Member
From: Italy
Registered: 2011-06-29
Posts: 288
Website

google-drive-ocamlfuse service

Hello.

I wrote this Systemd service that I would like to run as normal user.

[Unit]
Description=Google Drive mount
After=network-online.target
Wants=network-online.target

[Service]
ExecStart=/usr/bin/google-drive-ocamlfuse -m '/home/egidio/Google Drive'
ExecStop=/usr/bin/fusermount -u '/home/egidio/Google Drive'

[Install]
WantedBy=default.target

I start it and everything seems fine, but when I try to access the mounted point, I get this error.

[egidio@egidiolaptop user]$ ls -la ~/Google\ Drive 
ls: cannot access /home/egidio/Google Drive: Transport endpoint is not connected

If I run the ExecStart command manually everything works perfectly.

Can you please help me?

Offline

Board footer

Powered by FluxBB