aboutsummaryrefslogtreecommitdiff
path: root/ezau.service
diff options
context:
space:
mode:
Diffstat (limited to 'ezau.service')
-rw-r--r--ezau.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/ezau.service b/ezau.service
new file mode 100644
index 0000000..373caa0
--- /dev/null
+++ b/ezau.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=EVTC Zipper and Uploader
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/ezau -c /etc/ezau.toml watch PATH_TO_ARCDPS.CBTLOGS_DIRECTORY
+Restart=on-failure
+Environment=RUST_LOG=info
+
+[Install]
+WantedBy=default.target