diff options
| author | Kamal Wickramanayake <kamal@inbox.lk> | 2026-05-23 17:02:01 +0530 |
|---|---|---|
| committer | Kamal Wickramanayake <kamal@inbox.lk> | 2026-05-23 17:02:01 +0530 |
| commit | a4e934512c56c0f9fb574f1169d8213e2730a014 (patch) | |
| tree | 7d1c3448a64f96d150dfc525871f69353990c2ba /linux/deb/02-fs-spring-boot-kamal/package/etc/systemd | |
| parent | 3e152dd02b3d696d65700c7b39fe5f1e7d7e50ae (diff) | |
Moved jar service file in deb to /opt/mycompany dir
Diffstat (limited to 'linux/deb/02-fs-spring-boot-kamal/package/etc/systemd')
| -rw-r--r-- | linux/deb/02-fs-spring-boot-kamal/package/etc/systemd/system/fs-spring-boot-kamal.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/deb/02-fs-spring-boot-kamal/package/etc/systemd/system/fs-spring-boot-kamal.service b/linux/deb/02-fs-spring-boot-kamal/package/etc/systemd/system/fs-spring-boot-kamal.service index 58a592c..c3e5f7d 100644 --- a/linux/deb/02-fs-spring-boot-kamal/package/etc/systemd/system/fs-spring-boot-kamal.service +++ b/linux/deb/02-fs-spring-boot-kamal/package/etc/systemd/system/fs-spring-boot-kamal.service @@ -4,7 +4,7 @@ Description=fs-spring-boot-kamal [Service] User=fs-spring-boot-kamal EnvironmentFile=/etc/fs-spring-boot-kamal/environment.env -ExecStart=/usr/bin/java -Dspring.config.import=optional:file:/etc/fs-spring-boot-kamal/application.yaml -jar /opt/fs-spring-boot-kamal/app/fs-spring-boot-kamal.jar +ExecStart=/usr/bin/java -Dspring.config.import=optional:file:/etc/fs-spring-boot-kamal/application.yaml -jar /opt/mycompany/fs-spring-boot-kamal/app/fs-spring-boot-kamal.jar Restart=always RestartSec=30 |
