Created
March 25, 2019 09:01
-
-
Save rssanders3/6e284f86b08d3d2b1b527b78aaafad4d to your computer and use it in GitHub Desktop.
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
cd airflow-{AIRFLOW_VERSION}/scripts/systemd/ | |
# Update the contents of the airflow file. | |
# Set the AIRFLOW_HOME if its anything other then the default | |
vi airflow | |
# Copy the airflow property file to the target location | |
cp airflow /etc/sysconfig/ | |
# Update the contents of the airflow-*.service files | |
# Set the User and Group values to the user and group you want the airflow service to run as | |
vi airflow-*.service | |
# Copy the airflow services files to the target location | |
cp airflow-*.service /etc/systemd/system/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment