1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/dbscripts/files/createlinks.service
Evangelos Foutras 6d813e52fb
Merge sogrep (createlinks script) into dbscripts
Databases used by sogrep are fetched by syncrepo from gemini, no point
in duplicating this work; consider this to be part of roles/dbscripts.
2021-01-24 09:47:04 +02:00

11 lines
191 B
SYSTEMD

[Unit]
Description=Create sogrep database
RequiresMountsFor=/srv/ftp
[Service]
Type=oneshot
ExecStart=/usr/local/bin/createlinks
Nice=19
IOSchedulingClass=best-effort
IOSchedulingPriority=7