summaryrefslogtreecommitdiff
path: root/src/core/.gitignore
Commit message (Collapse)AuthorAge
* build-sys: move more files from core/ to share/ that are generic enoughLennart Poettering2013-11-22
|
* execute: support syscall filtering using seccomp filtersLennart Poettering2012-07-17
|
* rpm: include RPM macro definition for .spec snippetsLennart Poettering2012-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* update .gitignoreKay Sievers2012-04-13