archrelease: copy trunk to community-x86_64
[ArchLinux/community.git] / opensearch / repos / community-x86_64 / opensearch-keystore.service
blob26826fb89618ea5014ec542effe909b057950ee6
1 [Unit]
2 Description=OpenSearch Keystore Generation
3 ConditionPathExists=|!/etc/opensearch/opensearch.keystore
5 [Service]
6 Type=oneshot
7 Group=opensearch
8 UMask=0007
9 ExecStart=/usr/share/opensearch/bin/opensearch-keystore create
10 RemainAfterExit=yes