summaryrefslogtreecommitdiff
path: root/systemd/db-import-any.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/db-import-any.service')
-rw-r--r--systemd/db-import-any.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/systemd/db-import-any.service b/systemd/db-import-any.service
new file mode 100644
index 0000000..b263eac
--- /dev/null
+++ b/systemd/db-import-any.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=db-import-any
+Wants=network-online.target
+After=network-online.target
+
+[Service]
+Type=oneshot
+User=repo
+ExecStart=/usr/bin/db-import-any
+
+PrivateTmp=true