Skip to content

Instantly share code, notes, and snippets.

@jfeilbach
Created April 12, 2018 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfeilbach/3f0c03494bbabb73b7cc84de8b7e855e to your computer and use it in GitHub Desktop.
Save jfeilbach/3f0c03494bbabb73b7cc84de8b7e855e to your computer and use it in GitHub Desktop.
start aem 6.4 with systemd and actually have it work properly
[Unit]
Description=Adobe Experience Manager
After=network.target
[Service]
Type=simple
User=aem
ExecStart=/opt/aem/author/crx-quickstart/bin/start
ExecStop=/opt/aem/author/crx-quickstart/bin/stop
RemainAfterExit=yes
KillSignal=SIGINT
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment