Last active
October 14, 2018 08:44
-
-
Save khahantk/39344e792abc0e0011e357e9c7bb47fd to your computer and use it in GitHub Desktop.
Systemd AEM - Adobe Experience Manager (/etc/systemd/system/aemauthor.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=AEM Publish Instance | |
| After=network.target | |
| [Service] | |
| Type=simple | |
| User=ubuntu | |
| ExecStart=/opt/adobe/AEM/publish/crx-quickstart/bin/start | |
| ExecStop=/opt/adobe/AEM/publish/crx-quickstart/bin/stop | |
| PIDFile=/var/run/aempublish.pid | |
| RestartSec=30 | |
| StandardOutput=syslog | |
| StandardError=syslog | |
| SyslogIdentifier=aempublish | |
| 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
Uh oh!
There was an error while loading. Please reload this page.