Skip to content

Instantly share code, notes, and snippets.

@ph20
Created December 26, 2023 19:13
Show Gist options
  • Save ph20/843e1674ec4c60f43e895221c2de871d to your computer and use it in GitHub Desktop.
Save ph20/843e1674ec4c60f43e895221c2de871d to your computer and use it in GitHub Desktop.
workable seafile config /etc/systemd/system/seahub.service
[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