archrelease: copy trunk to community-x86_64
[ArchLinux/community.git] / opensearch / repos / community-x86_64 / opensearch-keystore@.service
blob4bc62550e80e998a9458ef22fa845b8566e4b4c9
1 [Unit]
2 Description=OpenSearch Keystore Generation
3 ConditionPathExists=|!/etc/opensearch/%I/opensearch.keystore
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