We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf49557 commit 6137841Copy full SHA for 6137841
1 file changed
report.service
@@ -0,0 +1,17 @@
1
+[Unit]
2
+Description=Java crystal report service
3
+Wants=network.target
4
+After=network.target
5
+
6
+[Service]
7
+Type=simple
8
9
+WorkingDirectory=/usr/share/java/crystal-report-server-java
10
+ExecStart=/usr/share/java/crystal-report-server-java/startup.sh
11
+ExecStop=/usr/share/java/crystal-report-server-java/shutdown.sh
12
13
+User=jarapp
14
+Group=jarapp
15
16
+[Install]
17
+WantedBy=multi-user.target
0 commit comments