aboutsummaryrefslogtreecommitdiff
path: root/data/org.freedesktop.ModemManager1.service.in
AgeCommit message (Collapse)Author
2013-06-23dbus: no need for systemd and nosystemd setups of the service fileAleksander Morgado
We can just merge them.
2013-06-23Revert "systemd: simplify unit file"Aleksander Morgado
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.
2013-06-06systemd: simplify unit fileAleksander Morgado
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
2013-02-06systemd: include systemd unit file supportAleksander Morgado
Allow having systemd handling the life cycle of the ModemManager process.
2012-03-16build: rename the binary from `modem-manager' to `ModemManager'Aleksander Morgado
2012-03-15build: install DBus service and data files for the new APIAleksander Morgado