File: 0003-systemd-service.patch

package info (click to toggle)
rtags 2.41-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,768 kB
  • sloc: cpp: 51,883; lisp: 5,389; ansic: 1,637; sh: 563; python: 305; objc: 81; makefile: 29
file content (22 lines) | stat: -rw-r--r-- 706 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Denis Danilov <danilovdenis@yandex.ru>
Date: Sat, 20 Oct 2018 17:43:55 +0200
Subject: systemd service

Forwarded: not-needed
---
 share/etc/services/system/rdm.service | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/share/etc/services/system/rdm.service b/share/etc/services/system/rdm.service
index c0f6fd6..7301ece 100644
--- a/share/etc/services/system/rdm.service
+++ b/share/etc/services/system/rdm.service
@@ -5,7 +5,6 @@ Requires=rdm.socket
 
 [Service]
 Type=simple
-ExecStart=$RDM -v --inactivity-timeout 300 --log-flush
-ExecStartPost=/bin/sh -c "echo +19 > /proc/$MAINPID/autogroup"
+ExecStart=/usr/bin/rdm --inactivity-timeout 300
 Nice=19
 CPUSchedulingPolicy=idle