Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:FactoryCandidates
system-user-gromox
debian.system-user-gromox.postinst
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File debian.system-user-gromox.postinst of Package system-user-gromox
#!/bin/sh case "$1" in configure|reconfigure) if [ -x /usr/bin/systemd-sysusers ]; then /usr/bin/systemd-sysusers system-user-gromox.conf else getent group gromox >/dev/null || addgroup --system gromox getent group gromoxcf >/dev/null || addgroup --system gromoxcf getent passwd gromox >/dev/null || \ adduser --system gromox --home /var/lib/gromox --no-create-home --disabled-password --ingroup gromox usermod gromox -aG gromoxcf fi ;; esac
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