mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-13 12:15:09 +03:00
1284075d02
Builder Win / Build PluginLoader for Win (push) Has been cancelled
Builder / Build PluginLoader (push) Has been cancelled
Push Updated Plugin Stub to Template / copy-stub (push) Has been cancelled
Lint / Run linters (push) Has been cancelled
Type Check / Run type checkers (push) Has been cancelled
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
|