11 lines
212 B
Desktop File
11 lines
212 B
Desktop File
|
|
[Unit]
|
||
|
|
Description=mangoapp
|
||
|
|
After=graphical-session.target
|
||
|
|
PartOf=graphical-session.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=exec
|
||
|
|
ExecStart=/usr/bin/mangoapp
|
||
|
|
Restart=always
|
||
|
|
EnvironmentFile=%t/gamescope-environment
|
||
|
|
TimeoutStopSec=5
|