Skip to content

Instantly share code, notes, and snippets.

@alanorth
Created April 11, 2025 09:52
Show Gist options
  • Save alanorth/c400ab1ed79f0a4af6e7283b1c9ef9a6 to your computer and use it in GitHub Desktop.
Save alanorth/c400ab1ed79f0a4af6e7283b1c9ef9a6 to your computer and use it in GitHub Desktop.
/etc/systemd/system/dspace-handle-server.service
[Unit]
Description=DSpace Handle Server
# Only run if the DSpace Handle server is configured on this host
ConditionDirectoryNotEmpty=/home/cgspace.cgiar.org/handle-server
[Service]
Type=forking
User=dspace
ExecStart=/home/cgspace.cgiar.org/bin/start-handle-server
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment