Skip to content

Commit 6dfa1f5

Browse files
authored
Merge pull request #7 from dokku/master
Release 0.2.0
2 parents e414cf9 + 51a5eb2 commit 6dfa1f5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MAINTAINER_NAME = Jose Diaz-Gonzalez
55
REPOSITORY = dokku-event-listener
66
HARDWARE = $(shell uname -m)
77
SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
8-
BASE_VERSION ?= 0.1.0
8+
BASE_VERSION ?= 0.2.0
99
IMAGE_NAME ?= $(MAINTAINER)/$(REPOSITORY)
1010
PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish
1111

install/systemd.service

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ WorkingDirectory=/
88
Environment=PS=dokku-event-listener
99
EnvironmentFile=-/etc/default/dokku-event-listener
1010
EnvironmentFile=-/etc/sysconfig/dokku-event-listener
11-
ExecStartPre=/usr/bin/dokku-event-listener init
12-
ExecStart=/usr/bin/dokku-event-listener run
11+
ExecStart=/usr/bin/dokku-event-listener
1312
Restart=always
1413
RestartSec=10s
1514
StandardInput=null

0 commit comments

Comments
 (0)