Files
a13labs.infra/ansible/files/game_station/systemd/user/gamescope-mangoapp.service
T

11 lines
212 B
Desktop File
Raw Normal View History

[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