summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-06-04 15:18:55 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-06-06 10:07:17 +0200
commit91898aa8b0bb8164b61e84ae68534c38cebb1482 (patch)
tree63b50a06c29f14fa111cd4baae719c6df7f1a29a /.gitignore
parent81451db1d73e297d0ef034d0a62395d33380d187 (diff)
systemd: simplify unit file
Avoid setting up the Alias rule, which was a helper to let us 'disable' the systemd service including dbus-activations. Without the Alias, 'disable' will still let starting ModemManager through dbus-activation. If you really want to fully disallow starting MM also through dbus-activation, you should 'mask' and 'unmask' the service. E.g.: $ sudo systemctl mask ModemManager ln -s '/dev/null' '/etc/systemd/system/ModemManager.service' $ sudo mmcli -L error: couldn't find the ModemManager process in the bus $ sudo systemctl unmask ModemManager rm '/etc/systemd/system/ModemManager.service' $ sudo mmcli -L No modems were found https://bugzilla.gnome.org/show_bug.cgi?id=701229
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 6266a3e1..43025510 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,8 +25,6 @@ libtool
*.tar.bz2
*.pyc
*.dirstamp
-org.freedesktop.ModemManager.service
-org.freedesktop.ModemManager.conf
callouts/mm-modem-probe
test/lsudev