]> TLD Linux GIT Repositories - packages/rpm-tld-macros.git/blob - macros.systemd
- merged 2.030 from PLD, re-enabled PHP dependency generators
[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_user_post %{nil}
14 %systemd_preun() %{nil}
15 %systemd_user_preun %{nil}
16 %systemd_postun() %{nil}
17 %systemd_user_postun() %{nil}
18
19 # Keep paths for systemd related files
20 %systemdunitdir /lib/systemd/system
21 %systemduserunitdir /usr/lib/systemd/user
22 %systemdtmpfilesdir /usr/lib/tmpfiles.d
23 %journal_catalog_update %{nil}
24
25 # Macro for excluding above paths from package contents
26 %exclude_systemd_files\
27 %exclude /lib/systemd\
28 %exclude /usr/lib/systemd\
29 %exclude %{systemdtmpfilesdir}\
30 %{nil}