Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@fmaul
Last active January 3, 2024 15:30
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save fmaul/b05d9b8d8b5ff8ff0a0657f2c25d7d8d to your computer and use it in GitHub Desktop.
Save fmaul/b05d9b8d8b5ff8ff0a0657f2c25d7d8d to your computer and use it in GitHub Desktop.
Alfresco systemd service sample configuration file /etc/systemd/system/alfresco.service
[Unit]
Description=Alfresco ECM Repository
After=network.target mysql.service
[Service]
Type=forking
ExecStart=/opt/alfresco/alfresco.sh start
ExecReload=/opt/alfresco/alfresco.sh restart
ExecStop=/opt/alfresco/alfresco.sh stop
User=alfresco
PIDFile=/opt/alfresco/tomcat/temp/catalina.pid
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment