Skip to content

Commit

Permalink
Update asus_stylus.service
Browse files Browse the repository at this point in the history
deleted StandardInput=tty-force line in asus_stylus.service, which causes bug in gnome
  • Loading branch information
Tahinli authored Jun 26, 2023
1 parent 24f0fce commit dd5282e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions asus_stylus.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ Description=Asus Stylus Handler
[Service]
Type=simple
ExecStart=/usr/bin/env python3 /usr/share/asus_stylus-driver/asus_stylus.py $LAYOUT
StandardInput=tty-force
StandardOutput=append:/var/log/asus_stylus-driver/error.log
StandardError=append:/var/log/asus_stylus-driver/error.log
TimeoutSec=5
Restart=on-failure

[Install]
WantedBy=default.target
WantedBy=default.target

0 comments on commit dd5282e

Please sign in to comment.