]> TLD Linux GIT Repositories - packages/rpm-tld-macros.git/blob - macros.systemd
- remove tmpfiles check macro completly
[packages/rpm-tld-macros.git] / macros.systemd
1 # Disable all systemd related macros
2
3 %systemd_reload %{nil}
4 %systemd_service_enable %{nil}
5 %systemd_service_disable %{nil}
6 %systemd_service %{nil}
7 %systemd_service_start %{nil}
8 %systemd_service_stop %{nil}
9 %systemd_service_restart %{nil}
10 %systemd_service_reload %{nil}
11 %systemd_trigger %{nil}
12 %systemd_post %{nil}
13 %systemd_preun %{nil}
14 %systemdunitdir %{nil}
15 %systemduserunitdir %{nil}
16 %systemdtmpfilesdir %{nil}
17 %journal_catalog_update %{nil}