diff --git a/atheme.spec b/atheme.spec index a40e14f..3cee0f5 100644 --- a/atheme.spec +++ b/atheme.spec @@ -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