summarylogtreecommitdiffstats
path: root/barrel.service
blob: 0148925df7166706a2e304c261d26381373a7813 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Backend of the Musikverein Leopoldsdorf
After=network.target

[Service]
Type=simple
User=barrel
WorkingDirectory=/usr/share/barrel
ExecStart=/usr/bin/java -jar /usr/share/barrel/barrel.jar --spring.config.location=file:/etc/barrel/barrel.yml

[Install]
WantedBy=multi-user.target