-
-
Save amiryal/24d8089811457ca8bbdb9bede11eca6c to your computer and use it in GitHub Desktop.
Nifi systemd service defintiion
This file contains 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
# /etc/systemd/system/nifi.service | |
[Unit] | |
Description=Apache NiFi | |
After=network.target | |
[Service] | |
Type=simple | |
User=nifi | |
Group=nifi | |
ExecStart=/opt/nifi-latest/bin/nifi.sh run | |
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