mirror of
https://github.com/clearlinux/tallow.git
synced 2026-07-13 22:47:00 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fdaa8ed34c | |||
| ea34b5b78c | |||
| 33191b04bf |
+1
-1
@@ -2,7 +2,7 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ([2.64])
|
||||
AC_INIT([tallow], [15], [auke-jan.h.kok@intel.com])
|
||||
AC_INIT([tallow], [16], [auke-jan.h.kok@intel.com])
|
||||
AM_INIT_AUTOMAKE([foreign])
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/time.h>
|
||||
#include <malloc.h>
|
||||
|
||||
#include <pcre.h>
|
||||
|
||||
@@ -168,4 +169,7 @@ void prune(int expires)
|
||||
p = s;
|
||||
s = s->next;
|
||||
}
|
||||
|
||||
/* return some memory */
|
||||
malloc_trim(0);
|
||||
}
|
||||
|
||||
@@ -6,6 +6,7 @@ Description=Tallow Service
|
||||
ExecStart=@prefix@/sbin/tallow
|
||||
Restart=always
|
||||
RestartSec=3
|
||||
Nice=10
|
||||
|
||||
[Install]
|
||||
WantedBy=network.target
|
||||
|
||||
Reference in New Issue
Block a user