summaryrefslogtreecommitdiff
path: root/src/core/.gitignore
AgeCommit message (Collapse)Author
2013-11-22build-sys: move more files from core/ to share/ that are generic enoughLennart Poettering
2012-07-17execute: support syscall filtering using seccomp filtersLennart Poettering
2012-06-21rpm: include RPM macro definition for .spec snippetsLennart Poettering
Let's try to standardize a bit the RPM macros used for installing/uninstalling services. This only covers the non-SysV compat bits, since that tends to vary widely between the various distros. Usage: Add %{?systemd_requires} to the header of the spec file. And then: %post %systemd_post foobar.service %preun %systemd_preun foobar.service %postun %systemd_postun foobar.service And, instead of the latter, in case the service shall be restarted on updates: %postun %systemd_postun_restart foobar.service
2012-04-13update .gitignoreKay Sievers