diff --git a/laptop-mode.service b/laptop-mode.service index c7186e3..7f9bd26 100644 --- a/laptop-mode.service +++ b/laptop-mode.service @@ -3,7 +3,7 @@ Description=Configure system for laptop mode Conflicts=tablet-mode.service [Service] -ExecStart=/usr/bin/setsysmode laptop +ExecStart=/usr/bin/sysmoded laptop StandardOutput=null [Install] diff --git a/tablet-mode.service b/tablet-mode.service index cee7692..5ca2d1d 100644 --- a/tablet-mode.service +++ b/tablet-mode.service @@ -3,7 +3,7 @@ Description=Configure system for tablet mode Conflicts=laptop-mode.service [Service] -ExecStart=/usr/bin/setsysmode tablet +ExecStart=/usr/bin/sysmoded tablet StandardOutput=null [Install]