summarylogtreecommitdiffstats
path: root/pachost.service
diff options
context:
space:
mode:
authorMatthew Scheirer2017-06-12 12:23:40 -0400
committerMatthew Scheirer2017-06-12 12:24:22 -0400
commitb2fa7567c11da0b69479bf0e2e61ba02bddaa0f1 (patch)
tree909463e6251fd738c245c690a5a0d4bf973e64e8 /pachost.service
downloadaur-pachost.tar.gz
initial commit
Diffstat (limited to 'pachost.service')
-rw-r--r--pachost.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/pachost.service b/pachost.service
new file mode 100644
index 000000000000..73aa367e6f49
--- /dev/null
+++ b/pachost.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Pachost Mirror Server
+After=network.target
+
+[Service]
+Type=simple
+Environment=ROCKET_ENV=prod
+Environment=ROCKET_TEMPLATE_DIR=/usr/share/pachost/
+ExecStart=/usr/bin/pachost
+
+[Install]
+WantedBy=multi-user.target