From 9dbbd4725e200943d833fb71d2f00d09e1f8f22f Mon Sep 17 00:00:00 2001 From: Oskar Jagodzinski Date: Wed, 30 Oct 2019 08:46:21 +0100 Subject: [PATCH] add systemd service script --- Dockerfile | 1 + VERSION | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 75b0736..986c738 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,6 +31,7 @@ ADD . /work ENTRYPOINT cd /work && fpm -s dir -t deb \ --deb-upstart debian/appcop.upstart \ + --deb-systemd debian/appcop.service \ -n appcop \ -v `cat ./VERSION` \ -m "$MAINTAINER" \ diff --git a/VERSION b/VERSION index 142464b..ac454c6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.11.0 \ No newline at end of file +0.12.0