summaryrefslogtreecommitdiff
path: root/dist/plugin_loader-release.service
blob: 20fbe7b8e0b2b5770d65d421435ba617a1a3d492 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=SteamDeck Plugin Loader
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
User=root
Restart=always
ExecStart=${HOMEBREW_FOLDER}/services/PluginLoader
WorkingDirectory=${HOMEBREW_FOLDER}/services
Environment=PLUGIN_PATH=${HOMEBREW_FOLDER}/plugins
Environment=LOG_LEVEL=INFO
[Install]
WantedBy=multi-user.target