initial cleanup passing over all makefiles and configure.ac
This commit is contained in:
parent
ac705f4908
commit
6210e70c80
28 changed files with 328 additions and 641 deletions
|
@ -5,7 +5,7 @@ After=network.target
|
|||
[Service]
|
||||
Type=forking
|
||||
PIDFile=/var/run/core-daemon.pid
|
||||
ExecStart=@PYTHON@ @SBINDIR@/core-daemon -d
|
||||
ExecStart=@PYTHON@ @bindir@/core-daemon -d
|
||||
TasksMax=infinity
|
||||
|
||||
[Install]
|
||||
|
|
|
@ -17,7 +17,7 @@ dist_hooks_SCRIPTS = perflogstart.sh perflogstop.sh sessiondatacollect.sh \
|
|||
configuration_hook.sh datacollect_hook.sh
|
||||
|
||||
# Files installed to /etc/core/
|
||||
perfconfdir=$(sysconfdir)/core
|
||||
perfconfdir=$(CORE_CONF_DIR)
|
||||
dist_perfconf_DATA = perflogserver.conf
|
||||
|
||||
uninstall-hook:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue