summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMS <ms@taler.net>2021-01-27 14:30:30 +0100
committerMS <ms@taler.net>2021-01-27 14:30:30 +0100
commitf802190b74de0e984058c5da76e4dcf4f575f5ba (patch)
treefa55e88404a15ac3d1578f7916078fc178fee588 /debian
parent4db1c197514f335d4fb7a83a9d081414f0b41114 (diff)
downloadlibeufin-f802190b74de0e984058c5da76e4dcf4f575f5ba.tar.gz
libeufin-f802190b74de0e984058c5da76e4dcf4f575f5ba.tar.bz2
libeufin-f802190b74de0e984058c5da76e4dcf4f575f5ba.zip
sandbox unit file
Diffstat (limited to 'debian')
-rw-r--r--debian/sandbox.service7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/sandbox.service b/debian/sandbox.service
new file mode 100644
index 00000000..f08a5e49
--- /dev/null
+++ b/debian/sandbox.service
@@ -0,0 +1,7 @@
+[Unit]
+Description=LibEuFin Sandbox service.
+
+[Service]
+ExecStart=/usr/bin/libeufin-sandbox serve
+Restart=on-failure
+Environment="LIBEUFIN_SANDBOX_DB_CONNECTION=jdbc:sqlite:/tmp/libeufinsandboxdb"