mirror of
https://github.com/libretro/netplay-mitm-server.git
synced 2024-11-27 03:00:27 +00:00
16 lines
241 B
Desktop File
16 lines
241 B
Desktop File
[Unit]
|
|
Description=RetroArch MITM Server
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/home/lobby/netplay-mitm-server/mitm -m
|
|
KillMode=process
|
|
Restart=always
|
|
RestartSec=5
|
|
Type=simple
|
|
User=lobby
|
|
Group=lobby
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|