Skip to content

Instantly share code, notes, and snippets.

@zendz
Forked from flox1an/alfresco.service
Created March 7, 2018 12:33
Show Gist options
  • Select an option

  • Save zendz/7197550eca2344a041a79ace1a422161 to your computer and use it in GitHub Desktop.

Select an option

Save zendz/7197550eca2344a041a79ace1a422161 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