blob: 58a592cc1400356cd3c079595169a0a4022613ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
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
Restart=always
RestartSec=30
[Install]
WantedBy=multi-user.target
|