SHA256
1
0
forked from pool/syncthing

Accepting request 946274 from home:olh:branches:network

- remove instance units from post scripts, they can not be reloaded

OBS-URL: https://build.opensuse.org/request/show/946274
OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=228
This commit is contained in:
Marius Kittler 2022-01-14 09:50:39 +00:00 committed by Git OBS Bridge
parent af12dadad7
commit 5b5a87eea5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 10 16:16:16 UTC 2022 - olaf@aepfle.de
- remove instance units from post scripts, they can not be reloaded
-------------------------------------------------------------------
Tue Dec 7 12:46:36 UTC 2021 - Marius Kittler <marius.kittler@suse.com>

View File

@ -124,7 +124,7 @@ getent passwd strelaysrv >/dev/null || \
%service_add_post strelaysrv.service
%preun
%service_del_preun %{name}@.service %{name}-resume.service
%service_del_preun %{name}-resume.service
%if 0%{?suse_version} >= 1500 || 0%{?sle_version} > 120300
%systemd_user_preun %{name}.service
%endif