Files
decky-loader/dist/plugin_loader-release.service

15 lines
364 B
Desktop File

[Unit]
Description=SteamDeck Plugin Loader
[Service]
Type=simple
User=root
Restart=always
TimeoutStopSec=45
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