mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-13 09:03:20 +03:00
14 lines
346 B
Desktop File
14 lines
346 B
Desktop File
[Unit]
|
|
Description=SteamDeck Plugin Loader
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
Restart=always
|
|
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
|