/etc/init/aminer.conf is in logdata-anomaly-miner 0.0.7-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # Simple upstart script to run default aminer instance as daemon.
# To configure edit "/etc/aminer/config.py".
description "aminer startup script"
# Enable AMiner autostart only when you have tested your configuration
# and know, what you are doing. See /usr/share/doc/aminer/Readme.txt
# section "Running as a Service".
# Start immediately when filesystem is available.
# DISABLED: start on filesystem
stop on runlevel [06]
# AMiner will fork twice when in background mode.
expect daemon
respawn
exec /usr/lib/logdata-anomaly-miner/AMiner
|