summarylogtreecommitdiffstats
path: root/stratoflare.service
diff options
context:
space:
mode:
authorKarel Louwagie2017-01-01 15:28:33 +0100
committerKarel Louwagie2017-01-01 15:28:33 +0100
commitb1bc284c5375126bc9cf74b60933bf550f6e0280 (patch)
tree06a17d860e6f5ad8f685dc44efd2a8d4224099ee /stratoflare.service
downloadaur-stratoflare.tar.gz
adds stratoflare 0.1.0
Diffstat (limited to 'stratoflare.service')
-rw-r--r--stratoflare.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/stratoflare.service b/stratoflare.service
new file mode 100644
index 000000000000..cc8660033407
--- /dev/null
+++ b/stratoflare.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Stratosflare Cloudflare API proxy
+After=network.target
+
+[Service]
+User=stratoflare
+WorkingDirectory=/etc
+ExecStart=/usr/bin/stratoflare
+
+[Install]
+WantedBy=multi-user.target
+