upgpkg: ufw 0.36.2-1
[ArchLinux/community.git] / opensearch-dashboards / trunk / opensearch-dashboards.service
blob445945390fca798cdb74c4a38fc871b254bcb4bc
1 [Unit]
2 Description=Open source visualization dashboards for OpenSearch
3 Documentation=https://opensearch.org/docs/dashboards/index/
4 After=network.target opensearch.service
6 [Service]
7 User=opensearch-dashboards
8 Group=opensearch-dashboards
9 ExecStart=/usr/bin/opensearch-dashboards
10 PrivateTmp=true
11 NoNewPrivileges=true
12 Restart=always
14 [Install]
15 WantedBy=multi-user.target