summarylogtreecommitdiffstats
path: root/decky-loader@.service
blob: 9b05ce9689e1026160f42746ce2ade5c9e04db5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=SteamDeck Plugin Loader
After=network.target
[Service]
Type=simple
User=root
Restart=always
KillMode=process
TimeoutStopSec=15
ExecStart=/usr/bin/decky-loader
WorkingDirectory=${HOMEBREW_FOLDER}
Environment=UNPRIVILEGED_PATH=${HOMEBREW_FOLDER}
Environment=PRIVILEGED_PATH=${HOMEBREW_FOLDER}
Environment=LOG_LEVEL=INFO
[Install]
WantedBy=multi-user.target