mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: added elastic search script to mastodon
This commit is contained in:
parent
2d551d716c
commit
cc35c13e2d
1 changed files with 1 additions and 2 deletions
|
|
@ -280,10 +280,9 @@ in
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
WorkingDirectory = "/var/lib/${serviceCfg.name}";
|
WorkingDirectory = "/var/lib/${serviceCfg.name}";
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
# Remove RemainAfterExit for recurring tasks
|
|
||||||
};
|
};
|
||||||
script = ''
|
script = ''
|
||||||
mastodon-tootctl search deploy --only-mapping --only=instances accounts tags statuses public_statuses
|
${pkgs.mastodon}/bin/mastodon-tootctl search deploy --only-mapping --only=instances accounts tags statuses public_statuses
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue