Better description for user account
OBS-URL: https://build.opensuse.org/package/show/server:irc/atheme?expand=0&rev=46
This commit is contained in:
parent
8f086df13d
commit
99b9801a32
@ -137,7 +137,8 @@ cp -v "$b/%_sysconfdir/%name"/atheme.motd{.example,}
|
||||
/usr/sbin/groupadd -r atheme >/dev/null || :;
|
||||
/usr/bin/getent passwd atheme >/dev/null 2>/dev/null || \
|
||||
/usr/sbin/useradd -r -g atheme -s /bin/false \
|
||||
-c "%name daemon" -d "%atheme_home" atheme >/dev/null || :;
|
||||
-c "Atheme IRC Services daemon" -d "%atheme_home" \
|
||||
atheme >/dev/null || :;
|
||||
%if 0%{?_unitdir:1}
|
||||
%service_add_pre atheme.service
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user