This directory contains two systemd units for running archmap under systemd to regularly generate new files.
The first unit is archmap.service which is a regular systemd service of type simple that
tries to execute /usr/bin/archmap. It doesn't have an [Install] section because
it's not meant to be used directly, but can be started manually if you want to try running it once.
The Second unit is a systemd timer file called archmap.timer which once enabled and started will activate
the archmap.service four times a day starting from 00:00 UTC.
- Make sure that you have set up
archmap.confin/etc/if you aren't going to use the command line options - Move the
archmap.serviceandarchmap.timerfiles to/etc/systemd/system/ - Enable the timer with
systemctl enable archmap.timerso that it runs automatically after booting - Start the timer with
systemctl start archmap.timerso that it starts now - Check that the timer is running with
systemctl list-timers