-
Notifications
You must be signed in to change notification settings - Fork 438
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README.md: reference to sysusers.d on ubuntu
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
da35e03
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With this change I get the error: "/usr/lib/sysusers.d/ is not a directory", while "sudo groupadd adbusers" seems to work on Ubuntu 17.10
da35e03
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What version of systemd are you using? Type
which systemd-sysusers
and check if it's present on your distro
da35e03
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Wartijn I've created a PR - but what you can do is:
da35e03
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@M0Rf30 I'm using version 234
da35e03
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks strange. sysusers.d was introduced on 214 and on my distro sysusers.d folder is owned by systemd package. Perhaps on Ubuntu you should create by yourself. So the right suggestion is @mendhak one