Created
April 11, 2025 09:52
-
-
Save alanorth/c400ab1ed79f0a4af6e7283b1c9ef9a6 to your computer and use it in GitHub Desktop.
/etc/systemd/system/dspace-handle-server.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=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