Thanks for the quick reply
grep -ri portal /etc/init.d
also returns nothing
my fstab:
# /dev/sda2 LABEL=ROOT
UUID=30ef4c25-8216-42bd-8bf5-8c37a538a5d1 / ext4 rw,relatime 0 1
# portal
portal /run/user/1000/doc fuse.portal rw,nosuid,nodev,user_id=1000,group_id=10000 0
# /dev/sda1 LABEL=BOOT
UUID=4702-EB6D /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2
# /dev/sdb1
UUID=1ef2b196-e2e1-43d4-a827-3b366ab9c131 /mnt ext4 rw,relatime 0 2
I downloaded the script from the link you posted and ran :diff /etc/init.d/localmount ~/Downloads/localmount
, which produced:
1c1
< #!/usr/bin/openrc-run
---
> #!@SBINDIR@/openrc-run
4c4
< # https://github.com/OpenRC/openrc/blob/master/AUTHORS
---
> # https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS
8c8
< # distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
---
> # distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE
This is quite strange, but it has no consequence on my system so I'm not sure if it's worth diving more into it
Edit: just saw the portal section in my fstab, that must be what's causing it, I'm going to try commenting that out and rebooting
Edit 2: Yep, commenting that out fixed the issue.