From ddb5a61b0fd234b436c0406ab57e38d67429c6b8 Mon Sep 17 00:00:00 2001 From: Rory& Date: Tue, 13 May 2025 08:17:26 +0200 Subject: Initial commit --- MiniUtils@.service | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 MiniUtils@.service (limited to 'MiniUtils@.service') diff --git a/MiniUtils@.service b/MiniUtils@.service new file mode 100644 index 0000000..dfb5d77 --- /dev/null +++ b/MiniUtils@.service @@ -0,0 +1,15 @@ +# User service +[Unit] +Description=Matrix Anti DM Spam - ~/.config/MiniUtils/appsettings.%i.json +After=network.target + +[Service] +Type=simple +WorkingDirectory=%h/.config/MiniUtils +Environment=DOTNET_ENVIRONMENT=%i +ExecStart=/usr/bin/env dotnet /opt/MiniUtils/MiniUtils.dll +CPUSchedulingPolicy=idle +IOSchedulingClass=3 + +[Install] +WantedBy=default.target \ No newline at end of file -- cgit 1.5.1