summarylogtreecommitdiffstats
path: root/rcsc-localsign.service
diff options
context:
space:
mode:
authorMantas Mikulėnas2019-10-19 16:54:29 +0300
committerMantas Mikulėnas2019-10-19 16:54:42 +0300
commit361762decdd68576c73d132450d60583e4013888 (patch)
tree73194d1d138cdf2b79add0bdc031c97b0bf163d5 /rcsc-localsign.service
parentf0ff00ab66f52aff0caec6f7ddded9f721acb981 (diff)
downloadaur-361762decdd68576c73d132450d60583e4013888.tar.gz
rename systemd unit to match package name
Diffstat (limited to 'rcsc-localsign.service')
-rw-r--r--rcsc-localsign.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/rcsc-localsign.service b/rcsc-localsign.service
new file mode 100644
index 000000000000..8d3cf2e72f76
--- /dev/null
+++ b/rcsc-localsign.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=RCSC LocalSign token server
+
+[Service]
+Type=simple
+User=daemon
+ExecStart=/usr/bin/java -jar /opt/RCSC/LocalSign/local_webserver.jar
+KillSignal=SIGKILL
+
+[Install]
+WantedBy=multi-user.target