Skip to content

Instantly share code, notes, and snippets.

@danielef
Last active February 6, 2019 16:36
Show Gist options
  • Select an option

  • Save danielef/03d2f264d194d27868936e2dd0a8a195 to your computer and use it in GitHub Desktop.

Select an option

Save danielef/03d2f264d194d27868936e2dd0a8a195 to your computer and use it in GitHub Desktop.
Caudal / systemd caudal.service
[Unit]
Description = A fast & powerful event analysis platform
After = network.target
[Service]
Type = simple
PIDFile = /opt/caudal/caudal.pid
ExecStart = /opt/caudal/bin/caudal -d start
ExecStop = /opt/caudal/bin/caudal stop
Restart = always
[Install]
WantedBy = multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment