17 lines
419 B
Desktop File
17 lines
419 B
Desktop File
|
|
[Unit]
|
||
|
|
Description=Gamescope Session
|
||
|
|
Before=graphical-session.target
|
||
|
|
PartOf=graphical-session.target
|
||
|
|
Wants=graphical-session-pre.target
|
||
|
|
After=graphical-session-pre.target
|
||
|
|
RefuseManualStart=yes
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
TimeoutStartSec=5
|
||
|
|
TimeoutStopSec=10
|
||
|
|
ExecStart=gamescope-session
|
||
|
|
Type=notify
|
||
|
|
NotifyAccess=all
|
||
|
|
# Make Steam's srt-logger write to the journal with it's own prefixes
|
||
|
|
Environment=SRT_LOG_TO_JOURNAL=1
|
||
|
|
Slice=session.slice
|