Fix.
This commit is contained in:
parent
359fecb027
commit
4a2ed05182
2 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue