Skip to content

Commit

Permalink
#10 do not force-tty inside systemd service
Browse files Browse the repository at this point in the history
  • Loading branch information
ldrahnik committed Jan 10, 2024
1 parent 8776cb0 commit 54a29ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion asus_wmi_hotkeys.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Description=Asus WMI hotkeys handler
[Service]
Type=simple
ExecStart=/usr/bin/env python3 /usr/share/asus_wmi_hotkeys-driver/asus_wmi_hotkeys.py $LAYOUT
StandardInput=tty-force
StandardOutput=append:/var/log/asus_wmi_hotkeys-driver/error.log
StandardError=append:/var/log/asus_wmi_hotkeys-driver/error.log
TimeoutSec=5
Expand Down

0 comments on commit 54a29ed

Please sign in to comment.