Start seafile-fuse at system boot

Hello
I recently started using the Seafile-fuse extension and it works great. However is it possible to start it at system boot and how can I add it to the auto start together with the Seafile and Seahub?

Thanks

Did you get an answer or work this one out? I have the same problem.

Hello

sorry no solution for it

Hello JonathanB
I found a solution for it

sudo nano /etc/systemd/system/seafuse.service
(copie below code and past in file)

[Unit]
Description=Seafile fuse
After=network.target seafile.service seahub.service

[Service]
Type=forking

change start to start-fastcgi if you want to run fastcgi

ExecStart=/home/seafile/seafile-server-latest/seaf-fuse.sh start -o allow_other>
ExecStop=/home/seafile/seafile-server-latest/seaf-fuse.sh stop
User=seafile
Group=seafile

[Install]
WantedBy=multi-user.target

(save and exit)

sudo systemctl enable seafuse.service

that worked for me

sorry in my reply there is a # missing in front of the line of change start