Skip to content

Instantly share code, notes, and snippets.

@amiryal
amiryal / nifi.service
Last active June 20, 2018 10:13 — forked from ddewaele/nifi.service
Nifi systemd service defintiion
# /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