repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to community-any
[ArchLinux/community.git]
/
elasticsearch
/
trunk
/
elasticsearch-keystore@.service
blob
039e2123f4ca4028fb197e917f349de95ffe158a
1
[Unit]
2
Description=Elasticsearch Keystore Generation
3
ConditionPathExists=|!/etc/elasticsearch/%I/elasticsearch.keystore
4
5
[Service]
6
Type=oneshot
7
Group=elasticsearch
8
UMask=0007
9
Environment=ES_PATH_CONF=/etc/elasticsearch/%I
10
ExecStart=/usr/share/elasticsearch/bin/elasticsearch-keystore create
11
RemainAfterExit=yes