summarylogtreecommitdiffstats
path: root/cantaloupe.service
blob: 2f16b6cbbd11557b75019439c7ce00bebf82e5ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=High-performance dynamic image server in Java
After=network.target
StartLimitIntervalSec=0

[Service]
Type=simple
Restart=always
RestartSec=1
User=http
ExecStart=/usr/bin/java -Dcantaloupe.config=/usr/share/cantaloupe/cantaloupe.properties -Xms128m -Xmx1g -jar /usr/share/java/cantaloupe/cantaloupe.jar

[Install]
WantedBy=multi-user.target