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-x86_64
[ArchLinux/community.git]
/
opensearch
/
repos
/
community-x86_64
/
opensearch-keystore@.service
blob
4bc62550e80e998a9458ef22fa845b8566e4b4c9
1
[Unit]
2
Description=OpenSearch Keystore Generation
3
ConditionPathExists=|!/etc/opensearch/%I/opensearch.keystore
4
5
[Service]
6
Type=oneshot
7
Group=opensearch
8
UMask=0007
9
Environment=ES_PATH_CONF=/etc/opensearch/%I
10
ExecStart=/usr/share/opensearch/bin/opensearch-keystore create
11
RemainAfterExit=yes