dragoman 0.4.34

Server for scholarly metadata in commonmeta format stored in a SQLite database.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# commonmeta-import.timer — run commonmeta-import.service every hour.
#
#   sudo systemctl daemon-reload
#   sudo systemctl enable --now commonmeta-import.timer
#   sudo systemctl list-timers commonmeta-import.timer

[Unit]
Description=Hourly commonmeta cache import

[Timer]
OnCalendar=hourly
# Catch up a run missed while the machine was off.
Persistent=true

[Install]
WantedBy=timers.target