Skip to content

Instantly share code, notes, and snippets.

@flox1an
Last active January 3, 2024 15:30
Show Gist options
  • Save flox1an/b05d9b8d8b5ff8ff0a0657f2c25d7d8d to your computer and use it in GitHub Desktop.
Save flox1an/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