summaryrefslogtreecommitdiff
path: root/microservices/01-oauth2-server/linux/deb/package/etc/systemd/system/ceit-fs-auth-server.service
blob: a26e76b39fdee5c08bd51572ac7eb591bd4a4c7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=ceit-fs-auth-server

[Service]
User=ceit-fs-auth-server
EnvironmentFile=/etc/ceit-fs-auth-server/environment.env
ExecStart=/usr/bin/java -Dspring.config.import=optional:file:/etc/ceit-fs-auth-server/application.yaml -jar /opt/ceit/ceit-fs-auth-server/app/ceit-fs-auth-server.jar
Restart=always 
RestartSec=30

[Install]
WantedBy=multi-user.target