summarylogtreecommitdiffstats
path: root/0007-service-priority.patch
diff options
context:
space:
mode:
authorChris Severance2022-09-25 23:20:12 -0400
committerChris Severance2022-09-25 23:20:12 -0400
commitdbdbbc135443af2d905362f41b54ac218ef7e90c (patch)
tree636f49302e38f61d6d76f951697c4cff9edc77bd /0007-service-priority.patch
parent04a24351766217f3e552764d9d31680430478293 (diff)
downloadaur-dbdbbc135443af2d905362f41b54ac218ef7e90c.tar.gz
autu: Update to 8.00-5
Diffstat (limited to '0007-service-priority.patch')
-rw-r--r--0007-service-priority.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/0007-service-priority.patch b/0007-service-priority.patch
new file mode 100644
index 000000000000..a0d5c4269fcc
--- /dev/null
+++ b/0007-service-priority.patch
@@ -0,0 +1,30 @@
+diff -pNaru5 a/nslink.service b/nslink.service
+--- a/nslink.service 2014-08-12 12:47:41.000000000 -0400
++++ b/nslink.service 2022-02-08 13:11:11.754490452 -0500
+@@ -4,10 +4,11 @@ Wants=network-online.target
+ After=network-online.target
+ After=syslog.target
+
+ [Service]
+
++Nice=-10
+ Type=forking
+ PIDFile=/var/run/nslinkd.pid
+ ExecStartPre=/sbin/modprobe nslink
+ ExecStart=/sbin/nslinkd
+ ExecStopPost=/sbin/rmmod nslink
+diff -pNaru5 a/nslink.service.run b/nslink.service.run
+--- a/nslink.service.run 2020-11-11 16:28:03.000000000 -0500
++++ b/nslink.service.run 2022-02-08 13:11:17.474526280 -0500
+@@ -4,10 +4,11 @@ Wants=network-online.target
+ After=network-online.target
+ After=syslog.target
+
+ [Service]
+
++Nice=-10
+ Type=forking
+ PIDFile=/run/nslinkd.pid
+ ExecStartPre=/sbin/modprobe nslink
+ ExecStart=/sbin/nslinkd
+ ExecStopPost=/sbin/rmmod nslink