Skip to content

What's the voidlinux equivalent of "systemctl daemon-reload"? #54175

Answered by Duncaen
gc-user asked this question in Q&A
Discussion options

You must be logged in to vote

Or, asked a different way, which service can I restart to get fstab reloaded?

There is no service responsibly for mounting fstab entries, its done via an oneshot script during the early boot process (/etc/runit/core-services/03-filesystems.sh).

To mount additional filesystems either run mount /mount-point which uses the fstab options or mount -a which tries to mount everything from fstab.

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
2 replies
@gc-user
Comment options

@classabbyamp
Comment options

Comment options

You must be logged in to vote
4 replies
@gc-user
Comment options

@Duncaen
Comment options

@gc-user
Comment options

@gc-user
Comment options

Answer selected by gc-user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants