Add missing service_add_pre tor-master.service

OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=225
This commit is contained in:
2021-07-06 07:16:07 +00:00
committed by Git OBS Bridge
parent 7a33984e12
commit 47c792829c
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 6 07:13:19 UTC 2021 - Bernhard Wiedemann <bwiedemann@suse.com>
- Add missing service_add_pre tor-master.service
-------------------------------------------------------------------
Thu Jul 1 11:13:23 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
+1
View File
@@ -131,6 +131,7 @@ install -D -m 644 contrib/operator-tools/tor.logrotate %{buildroot}/%{_sysconfdi
getent group %{torgroup} >/dev/null || groupadd -r %{torgroup}
getent passwd %{toruser} >/dev/null || useradd -r -g %{torgroup} -d %{home_dir} -s /sbin/nologin -c "User for %{name}" %{toruser}
%service_add_pre tor.service
%service_add_pre tor-master.service
%post
%fillup_only