1DH_INSTALLSYSUSERS(1) Debhelper DH_INSTALLSYSUSERS(1)
2
3
4
6 dh_installsysusers - install and integrates systemd sysusers files
7
9 dh_installsysusers [debhelperĀ options]
10
12 dh_installsysusers is a debhelper program that is responsible for
13 installing package maintainer supplied systemd sysusers files.
14
15 It also finds the systemd sysusers files installed in a package and
16 generates relevant integration snippets for enabling the users on
17 installation. These snippets are added to the package by
18 dh_installdeb(1).
19
21 debian/package.sysusers
22 If the file exist, it will be installed as
23 /usr/lib/sysusers.d/package.conf.
24
26 --name=name
27 When this parameter is used, dh_installsysusers looks for and
28 installs files named debian/package.name.sysusers instead of the
29 usual debian/package.sysusers.
30
31 Furthermore, the file is installed as /usr/lib/sysusers.d/name.conf
32 rather than /usr/lib/sysusers.d/package.conf.
33
35 This command is not idempotent. dh_prep(1) should be called between
36 invocations of this command (with the same arguments). Otherwise, it
37 may cause multiple instances of the same text to be added to maintainer
38 scripts.
39
41 debhelper(7)
42
43
44
4513.3.4 2021-05-13 DH_INSTALLSYSUSERS(1)