summaryrefslogtreecommitdiff
path: root/site.service
diff options
context:
space:
mode:
Diffstat (limited to 'site.service')
-rw-r--r--site.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/site.service b/site.service
new file mode 100644
index 0000000..e66ab58
--- /dev/null
+++ b/site.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=webserver for haemolacriaa.com
+
+[Service]
+Type=simple
+EnvironmentFile=/srv/site/VARFILE
+ExecStart=/srv/site/site
+WorkingDirectory=/srv/site
+Restart=always
+
+[Install]
+WantedBy=multi-user.target