Skip to content

Commit

Permalink
Revert "modemmanager: rename ModemManager.service to modem-manager.se…
Browse files Browse the repository at this point in the history
…rvice"

This reverts commit c6882b2.
  • Loading branch information
Mic92 authored and flokli committed Mar 19, 2019
1 parent f102c30 commit 3f9ac24
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/tools/networking/modem-manager/default.nix
Expand Up @@ -33,12 +33,9 @@ stdenv.mkDerivation rec {
doCheck = true;

postInstall = ''
# rename to modem-manager to be in style
mv $out/etc/systemd/system/ModemManager.service $out/etc/systemd/system/modem-manager.service
# systemd in NixOS doesn't use `systemctl enable`, so we need to establish
# aliases ourselves.
ln -s $out/etc/systemd/system/modem-manager.service \
ln -s $out/etc/systemd/system/ModemManager.service \
$out/etc/systemd/system/dbus-org.freedesktop.ModemManager1.service
'';

Expand Down

0 comments on commit 3f9ac24

Please sign in to comment.