summaryrefslogtreecommitdiffstats
path: root/src/dbus-service.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dbus: split out object management code into dbus-common, and simplify itLennart Poettering2011-04-161-1/+2
|
* dbus: add service D-Bus property "Sockets"Andrey Borzenkov2011-03-171-0/+2
|
* dbus: consolidate service SysV conditionalsAndrey Borzenkov2011-03-171-29/+8
| | | | | No need to define the same set of properties twice. While on it, add FsckPassNo to introspection.
* dbus: properly generate UnknownInterface, UnknownProperty and ↵Lennart Poettering2011-03-091-1/+5
| | | | PropertyReadOnly errors
* drop unnecessary suffix NULs as gcc adds them anywayLennart Poettering2011-03-091-2/+1
|
* service: make main pid guessing optional, and reread pid file after reloadsLennart Poettering2011-02-131-2/+3
|
* build-sys: allow cross-compilationThierry Reding2010-11-231-1/+1
| | | | | | | | | | | | | | When cross-compiling systemd, the introspection XML files fail to be generated because the systemd host binary is not executable. This patch works around this by putting the introspection XML data into separate ELF sections and extracting them from the binary when generating the XML files. The extracted XML data is passed through the strings utility in order to strip the trailing NUL character. A small AWK script is used to prepend the doctype and add the opening and closing node tags respectively. Finally, the C preprocessor is used to substitute the correct doctype information from the D-Bus header files.
* dbus: epose FsckPassNo property for service objectsLennart Poettering2010-10-221-0/+1
|
* sysv: optionally disable of SysV init/rcN.d support at compile timeFabiano Fidencio2010-09-271-0/+31
| | | | | | | | | | | | | | | | | | This patch adds a cpp definition HAVE_SYSV_COMPAT that is used to isolate code dealing with /etc/init.d and /etc/rcN.d for systems where it does not make sense (one that does not use sysv or one that is fully systemd native). The patch tries to be as little intrusive as possible, however in order to minimize the number of #ifdef'ed regions I've reordered some code in path-lookup.c:lookup_paths_init() where all code dealing with sysv is now isolated under running_as == MANAGER_SYSTEM as well. Moreover, In struct Service, some fields were rearranged to reduce the number of ifdefs. Lennart's suggestions were fixed and squashed with the original patch, that was sent by Gustavo Sverzut Barbieri (barbieri@profusion.mobi).
* dbus: follow standardized fdo PropertiesChanged signal specLennart Poettering2010-08-201-0/+14
|
* service: rename ValidNoProcess= to RemainAfterExit=Lennart Poettering2010-08-171-2/+2
|
* emacs: make sure nobody accidently adds tabs to our sourcesLennart Poettering2010-08-141-1/+1
|
* execute: add ability to configure the kill signalLennart Poettering2010-07-101-2/+0
|
* dbus: complete exec command coverageLennart Poettering2010-07-041-1/+12
|
* dbus: complete exec status coverageLennart Poettering2010-07-041-1/+2
|
* dbus: complete coverage of service unitsLennart Poettering2010-07-041-13/+20
|
* dbus: to make sure that systemd stays controllable during early bootup, ↵Lennart Poettering2010-06-191-2/+2
| | | | register our services on our own micro usb server in addition to the bus
* notify: add minimal readiness/status protocol for spawned daemonsLennart Poettering2010-06-161-1/+3
|
* dbus: automatically generate and install introspection filesLennart Poettering2010-05-231-24/+29
|
* build-sys: move source files to subdirectoryLennart Poettering2010-05-161-0/+78