Created
December 26, 2023 19:13
-
-
Save ph20/843e1674ec4c60f43e895221c2de871d to your computer and use it in GitHub Desktop.
workable seafile config /etc/systemd/system/seahub.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=Seafile hub | |
After=network.target seafile.service | |
[Service] | |
Type=forking | |
# change start to start-fastcgi if you want to run fastcgi | |
ExecStart=/opt/seafilepro/seafile-server-latest/seahub.sh start | |
ExecStop=/opt/seafilepro/seafile-server-latest/seahub.sh stop | |
User=seafilepro | |
Group=seafilepro | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment