diff options
author | Christoph Anton Mitterer <mail@christoph.anton.mitterer.name> | 2021-06-28 19:24:37 +0200 |
---|---|---|
committer | Christoph Anton Mitterer <mail@christoph.anton.mitterer.name> | 2021-07-11 18:00:25 +0200 |
commit | 564761fcaeda8c013210f7c6934847a6d0228ec9 (patch) | |
tree | 199b8395ba093ac21cfa4d7c87d3234ee513a3e8 /sysusers.d/systemd-timesync.conf.in | |
parent | Disable non-explicit sbatvars autodetection for cross builds. (diff) | |
download | systemd-564761fcaeda8c013210f7c6934847a6d0228ec9.tar.xz systemd-564761fcaeda8c013210f7c6934847a6d0228ec9.zip |
sysusers: split up systemd.conf
This makes it easier have the respective users/groups only created when their
respective packages are installed.
Fixes #20044.
Diffstat (limited to 'sysusers.d/systemd-timesync.conf.in')
-rw-r--r-- | sysusers.d/systemd-timesync.conf.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysusers.d/systemd-timesync.conf.in b/sysusers.d/systemd-timesync.conf.in new file mode 100644 index 0000000000..e50f025416 --- /dev/null +++ b/sysusers.d/systemd-timesync.conf.in @@ -0,0 +1,8 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. + +u systemd-timesync {{SYSTEMD_TIMESYNC_UID}} "systemd Time Synchronization" |