Commit 4f50661
committed
fix: ext_name is used in the directory structure
The service name is taken from the file e.g. event_store.service so if
ext_name has hyphens these won't match up and we'll get errors like
LifecycleEvent - AfterInstall
Script - bin/deploy-extract-release
[stdout]==> Removing previous release /srv/event-store/current
[stdout]==> Extracting release from tar file /opt/codedeploy-agent/deployment-root/5b9577ac-428f-4dbf-82ce-79d9fe70d88a/d-7N1LS0I86/deployment-archive/bin/../event_store.tar.gz
Script - bin/deploy-set-perms
Script - bin/deploy-enable
[stdout]==> Enabling systemd unit event_store
[stderr]Failed to enable unit: Unit file event_store.service does not exist.1 parent 1f31a75 commit 4f50661
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 28 | + | |
32 | 29 | | |
33 | 30 | | |
34 | 31 | | |
| |||
0 commit comments