Skip to content

Commit

Permalink
add systemd service script
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskar Jagodzinski committed Oct 30, 2019
1 parent e4502ef commit 9dbbd47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.0
0.12.0

0 comments on commit 9dbbd47

Please sign in to comment.