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
8f52b898e03fa0c7481bfce6745db5a282899f00
1
[Unit]
2
Description=Elasticsearch Keystore Generation
3
ConditionPathExists=|!/etc/elasticsearch/elasticsearch.keystore
4
5
[Service]
6
Type=oneshot
7
Group=elasticsearch
8
UMask=0007
9
ExecStart=/usr/share/elasticsearch/bin/elasticsearch-keystore create
10
RemainAfterExit=yes