summaryrefslogtreecommitdiff
path: root/honk.service
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2021-05-07 19:39:00 +0100
committerMiquel Lionel <lionel@les-miquelots.net>2021-05-07 19:39:00 +0100
commit646fa9c3925e80333e19f6f775f38410cea4efb4 (patch)
treec6ebd4f5f763228ddde6fd31ac6bbec3e7ece0c2 /honk.service
downloadhonk-hg_aur-646fa9c3925e80333e19f6f775f38410cea4efb4.tar.gz
honk-hg_aur-646fa9c3925e80333e19f6f775f38410cea4efb4.zip
Initial commit for honk-hg
Diffstat (limited to 'honk.service')
-rw-r--r--honk.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/honk.service b/honk.service
new file mode 100644
index 0000000..c070204
--- /dev/null
+++ b/honk.service
@@ -0,0 +1,12 @@
+[Unit]
+Description="Honk ActivityPub server"
+
+[Service]
+WorkingDirectory=/usr/share/webapps/honk
+ExecStart=/usr/share/webapps/honk/honk
+
+User=honk
+Group=honk
+
+[Install]
+WantedBy=default.target