From 5e3de747d37b4b7042485a6733b2cd8a883b16ef Mon Sep 17 00:00:00 2001 From: TrainDoctor Date: Sun, 30 Oct 2022 16:37:19 -0700 Subject: Systemd service updating (#240) * Add services and updated installer files * Loader updates service file during update! * Testing update branch doesn't exist lol * Update to dfl 3.7.12 * Fix services and add working service updater * Revert services but replace their aliases * Fix install scripts as well * Move leftover service files to .systemd dir * No wonder it's not trimming the file... * fix whitespace * Remove unused imports * Remove another un-used import Co-authored-by: AAGaming --- dist/plugin_loader-prerelease.service | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dist/plugin_loader-prerelease.service (limited to 'dist/plugin_loader-prerelease.service') diff --git a/dist/plugin_loader-prerelease.service b/dist/plugin_loader-prerelease.service new file mode 100644 index 00000000..a36a2435 --- /dev/null +++ b/dist/plugin_loader-prerelease.service @@ -0,0 +1,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=DEBUG +[Install] +WantedBy=multi-user.target \ No newline at end of file -- cgit v1.2.3