summarylogtreecommitdiffstats
path: root/unifi-video.patch
diff options
context:
space:
mode:
authorDonald Webster2016-07-22 08:09:41 -0700
committerDonald Webster2016-07-22 10:13:29 -0700
commit4bfb32e3e7ae6d9f5f570538ab12fee853de7e8f (patch)
treed15d6d36dcae13b04cb7b4774e31c89e3ceb49f7 /unifi-video.patch
parent3e262517b06fe0ac72fef570b18bf3c1dedd8188 (diff)
downloadaur-4bfb32e3e7ae6d9f5f570538ab12fee853de7e8f.tar.gz
Update to 3.3.0
Removed ulimit from start script. Removed --verbose from service file. Changed systemd Type to simple, added --no-detach.
Diffstat (limited to 'unifi-video.patch')
-rw-r--r--unifi-video.patch20
1 files changed, 18 insertions, 2 deletions
diff --git a/unifi-video.patch b/unifi-video.patch
index 8c7c23e0c705..3e638a5669ee 100644
--- a/unifi-video.patch
+++ b/unifi-video.patch
@@ -1,5 +1,5 @@
---- unifi-video.old 2016-04-18 14:14:21.249318503 -0700
-+++ unifi-video 2016-04-18 14:18:30.525974270 -0700
+--- unifi-video.old 2016-06-27 13:00:09.000000000 -0700
++++ unifi-video 2016-07-22 10:03:19.260992444 -0700
@@ -42,7 +42,7 @@
is_java7_compat() {
local J V
@@ -9,3 +9,19 @@
case "$V" in
1.7*|1.8*) return 0
;;
+@@ -267,7 +267,6 @@
+ case $ACTION in
+ start)
+ require_root
+- ulimit -H -c 200
+ echo 0x10 > /proc/self/coredump_filter
+ if is_service_running "${PIDFILE}" >/dev/null; then
+ log_verbose "${NAME} is already running..."
+@@ -284,7 +283,6 @@
+ ;;
+ stop)
+ require_root
+- ulimit -H -c 200
+ echo 0x10 > /proc/self/coredump_filter
+ rc=0
+ pid=$(is_service_running ${PIDFILE}) || rc=$?