Skip to content

Trilium not starting with services #1166

Discussion options

You must be logged in to vote

@TheGuardianLight , it appears that it's trying to create the data dir but fails.

Could you try:

mkdir -p /home/trilium/trilium-data
chown -r trilium:trilium /home/trilium

second command has a tiny typo – it should be with a capital -R, like so

chown -R trilium:trilium /home/trilium

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by eliandoran
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1165 on February 11, 2025 21:52.