Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
server:mail
grommunio-admin-api
debian.grommunio-admin-api.postinst
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File debian.grommunio-admin-api.postinst of Package grommunio-admin-api
usermod grommunio -aG gromox || : usermod grommunio -aG systemd-journal || : if test -x /usr/bin/systemd-tmpfiles; then /usr/bin/systemd-tmpfiles --create grommunio-admin-api.conf || : fi if [ ! -e /etc/grommunio-admin-api/jwt-privkey.pem ] || [ ! -e /etc/grommunio-admin-api/jwt-pubkey.pem ] ; then rm -f /etc/grommunio-admin-api/jwt-{priv,pub}key.pem openssl genrsa -out /etc/grommunio-admin-api/jwt-privkey.pem 4096 || : openssl rsa -in /etc/grommunio-admin-api/jwt-privkey.pem -outform PEM -pubout -out /etc/grommunio-admin-api/jwt-pubkey.pem || : chown grommunio:grommunio /etc/grommunio-admin-api/jwt-privkey.pem \ /etc/grommunio-admin-api/jwt-pubkey.pem || : fi if test -x /usr/bin/systemctl; then systemctl daemon-reload || : systemctl try-restart grommunio-admin-api.service 2>/dev/null || : fi
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor