Skip to content

Commit

Permalink
Create steamlink.service
Browse files Browse the repository at this point in the history
  • Loading branch information
pops199 authored Aug 19, 2023
1 parent ff48d8a commit 77d1186
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions stemlink service/steamlink.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[Unit]
Description=Stemlink Service
After=getty.target
Conflicts[email protected]

[Service]
Type=steamlink
RemainAfterExit=yes
ExecStart=/opt/steamlink.sh
StandardInput=tty-force
StandardOutput=inherit
StandardError=inherit

[Install]
WantedBy=graphical.target

0 comments on commit 77d1186

Please sign in to comment.