This website requires JavaScript.
Explore
Help
Sign In
dasharo
/
systemd
Watch
0
Star
0
Fork
0
You've already forked systemd
mirror of
https://github.com/Dasharo/systemd.git
synced
2026-03-06 15:02:31 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
main
Add File
New File
Apply Patch
systemd
/
test
/
test-sysusers
/
test-9.input
4 lines
71 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
tests: add spdx license header to test unit/link/network/conf files Those are all consumed by our parser, so they all support comments. I was considering whether they should have a license header at all, but in the end I decided to add it because those files are often created by copying parts of real unit files. And if the real ones have a license, then those might as well. It's easier to add it than to make an exception.
2021-10-17 18:07:22 +02:00
# SPDX-License-Identifier: LGPL-2.1-or-later
sysusers: support `u username -:300` style syntax (#8325) This PR implements the first part of RFE #8046. I.e. this allows to write: ``` u username -:300 ``` Where the uid is chosen automatically but the gid is fixed.
2018-03-02 12:56:44 +01:00
u user1 300
u user2 -:300
Reference in New Issue
Copy Permalink