Skip to content
Snippets Groups Projects
Commit 7acdd54a authored by ale's avatar ale
Browse files

Merge branch 'master' of git.autistici.org:ai/authserv

parents d27be125 f0e06c2f
No related branches found
No related tags found
No related merge requests found
...@@ -9,9 +9,9 @@ Environment=BIND_ADDR=127.0.0.1 ...@@ -9,9 +9,9 @@ Environment=BIND_ADDR=127.0.0.1
Environment=PORT=1616 Environment=PORT=1616
EnvironmentFile=-/etc/default/ai-auth-server EnvironmentFile=-/etc/default/ai-auth-server
ExecStart=/usr/bin/ai-auth-server \ ExecStart=/usr/bin/ai-auth-server \
--config=$CONFIG \ --config=${CONFIG} \
--port=$PORT \ --port=${PORT} \
--addr=$BIND_ADDR \ --addr=${BIND_ADDR} \
$DAEMON_ARGS $DAEMON_ARGS
Restart=always Restart=always
......
...@@ -21,7 +21,7 @@ export PYBUILD_NAME=authserv ...@@ -21,7 +21,7 @@ export PYBUILD_NAME=authserv
PAM_INST_DIR = $(CURDIR)/debian/tmp/lib/$(DEB_HOST_MULTIARCH)/security PAM_INST_DIR = $(CURDIR)/debian/tmp/lib/$(DEB_HOST_MULTIARCH)/security
%: %:
dh $@ --with python2 --buildsystem=python_distutils dh $@ --with python2 --with systemd --buildsystem=python_distutils
override_dh_auto_build: override_dh_auto_build:
(cd pam && ./autogen.sh && ./configure --prefix=/usr --with-pam-dir=/lib/$(DEB_HOST_MULTIARCH)/security && make) (cd pam && ./autogen.sh && ./configure --prefix=/usr --with-pam-dir=/lib/$(DEB_HOST_MULTIARCH)/security && make)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment