Last active
February 6, 2019 16:36
-
-
Save danielef/03d2f264d194d27868936e2dd0a8a195 to your computer and use it in GitHub Desktop.
Caudal / systemd caudal.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 = 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