diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-06-23 11:47:41 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-06-23 11:47:41 +0200 |
commit | ce6777c53b8a147d0764d46071fa5b9ea46ecb9e (patch) | |
tree | bfe1b26f3cd277a8a3ccdaf67ba588aa534b4c1c /.gitignore | |
parent | b8825f79d524f9c1d27398d025d0e2a5698a2e61 (diff) | |
download | ModemManager-ce6777c53b8a147d0764d46071fa5b9ea46ecb9e.tar.gz |
Revert "systemd: simplify unit file"
This reverts commit 91898aa8b0bb8164b61e84ae68534c38cebb1482.
See additional comments in the following bug:
https://bugzilla.gnome.org/show_bug.cgi?id=701229
Basically, 'mask' and 'unmask' operations are not the ones we should be using
or suggesting; and the Alias= for the DBus file is the correct way to go.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b17c0509d..db830c484 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,8 @@ libtool *.tar.bz2 *.pyc *.dirstamp +org.freedesktop.ModemManager.service +org.freedesktop.ModemManager.conf callouts/mm-modem-probe test/lsudev |