diff options
author | Gustavo Sverzut Barbieri <gustavo.barbieri@intel.com> | 2014-03-09 23:55:42 -0300 |
---|---|---|
committer | Gustavo Sverzut Barbieri <gustavo.barbieri@intel.com> | 2014-03-10 00:09:12 -0300 |
commit | c52da37d0b83cf2159704ccc7f0583df6fac7da6 (patch) | |
tree | b840f98de057a3f47a5e47907c418e8eb385ff3b /systemd-services/.gitignore | |
parent | 4be9526cc212bec3cdf7a708ee8d576c3d09e8a7 (diff) |
link dbus and systemd services, allows systemd activation.
If the dbus service contains SystemdService entry and the dbus-daemon
is started with --systemd-activation, then requests for services on
the user session bus will be handled by systemd, creating cgroups and
being handled as native systemd services of Type=dbus.
Diffstat (limited to 'systemd-services/.gitignore')
-rw-r--r-- | systemd-services/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/systemd-services/.gitignore b/systemd-services/.gitignore new file mode 100644 index 0000000000..97355b6202 --- /dev/null +++ b/systemd-services/.gitignore | |||
@@ -0,0 +1,2 @@ | |||
1 | /efreet.service | ||
2 | /ethumb.service | ||