Created
October 13, 2025 21:07
-
-
Save jerlendds/675dfdc3fcfcd8305b7a3f7163379153 to your computer and use it in GitHub Desktop.
Filebrowser (github.com/filebrowser/filebrowser) .config/systemd/user/filebrowser.service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Unit] | |
| Description=Filebrowser (github.com/filebrowser/filebrowser) | |
| After=network.target | |
| [Service] | |
| Type=simple | |
| ExecStart=filebrowser --port 13377 -r /home/jerlendds/ | |
| ExecStop=killall -q filebrowser | |
| [Install] | |
| WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment