Skip to content

Commit

Permalink
add hhd systemd service
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Dec 11, 2023
1 parent 3182d86 commit 80046f6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions usr/systemd/system/hhd.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Unit]
Description=Handheld Daemon Service
# TODO: Switch to default.target to allow for beyond session control,
# such as switching ttys and launching gamescope instances
After=graphical-session.target

[Service]
ExecStart=/usr/bin/nice --15 /usr/bin/hhd

[Install]
WantedBy=multi-user.target

0 comments on commit 80046f6

Please sign in to comment.