mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-10 23:53:23 +03:00
17 lines
402 B
Desktop File
17 lines
402 B
Desktop File
[Unit]
|
|
Description=SteamDeck Plugin Loader
|
|
After=network.target
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
Restart=always
|
|
KillMode=process
|
|
TimeoutStopSec=15
|
|
ExecStart=${HOMEBREW_FOLDER}/services/PluginLoader
|
|
WorkingDirectory=${HOMEBREW_FOLDER}/services
|
|
Environment=UNPRIVILEGED_PATH=${HOMEBREW_FOLDER}
|
|
Environment=PRIVILEGED_PATH=${HOMEBREW_FOLDER}
|
|
Environment=LOG_LEVEL=INFO
|
|
[Install]
|
|
WantedBy=multi-user.target
|