From 4a2ed05182797f83423e76b5534482c055c8bd80 Mon Sep 17 00:00:00 2001 From: Richard Neumann Date: Tue, 21 May 2019 15:32:39 +0200 Subject: [PATCH] Fix. --- laptop-mode.service | 2 +- tablet-mode.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]