Installation¶
Note
Currently there is no python package to install, but it is in the works.
Run as a daemon with Upstart:
- Copy the source to /opt/efos
- Create an upstart file located at
/etc/init/efos.conf
start on runlevel [2345]
stop on runlevel [016]
chdir /opt/efos
respawn
setuid ubuntu
setgid ubuntu
exec python /opt/efos/file_processor.py -c /home/ubuntu/efos.conf
Hint
ubuntu is the user efos will be run as. Rename this to your username.
- Create a efos config file at
~/efos.conf. See avalible options for more help.
Example¶
watch=/mnt/scans
archive-path=/mnt/some/path/to/archive
log-level=50
Note
Will use the standard /etc/efos/efos.conf or maybe ~/.efos/efos.config in later releases.