Last active
June 8, 2019 18:13
-
-
Save tomaustin700/fd61d66ed6d2d5cd3b8f291b9e148320 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
[program:scollector] | |
command=/bin/bash -c "/scollector/scollector -h 0.0.0.0:5252" | |
priority=100 | |
stdout_logfile=/var/log/scollector.out.log | |
stderr_logfile=/var/log/scollector.err.log | |
autostart=true | |
autorestart=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment