mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-05-05 11:31:09 +02:00
6d813e52fb
Databases used by sogrep are fetched by syncrepo from gemini, no point in duplicating this work; consider this to be part of roles/dbscripts.
11 lines
191 B
SYSTEMD
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
|