logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dh_installsysusers - install and integrates systemd sysusers files

Description

dh_installsysusers is a debhelper program that is responsible for installing package maintainer supplied
       systemd sysusers files.

       It also finds the systemd sysusers files installed in a package and generates relevant integration
       snippets for enabling the users on installation.  These snippets are added to the package by
       dh_installdeb(1).

Files

       debian/package.sysusers
           If the file exist, it will be installed as /usr/lib/sysusers.d/package.conf.

Name

       dh_installsysusers - install and integrates systemd sysusers files

Notes

       This command is not idempotent. dh_prep(1) should be called between invocations of this command (with the
       same  arguments).  Otherwise,  it may cause multiple instances of the same text to be added to maintainer
       scripts.

Options

--name=name
           When   this   parameter   is   used,   dh_installsysusers   looks   for   and  installs  files  named
           debian/package.name.sysusers instead of the usual debian/package.sysusers.

           Furthermore,   the   file    is    installed    as    /usr/lib/sysusers.d/name.conf    rather    than
           /usr/lib/sysusers.d/package.conf.

See Also

debhelper(7)

13.24.1ubuntu2                                     2025-02-11                              DH_INSTALLSYSUSERS(1)

Synopsis

dh_installsysusers [debhelperoptions]

See Also