From 74089cfe9303fc8a427b8727ce55ee20ced01e72 Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Tue, 11 May 2021 22:43:24 +0100 Subject: Add fixes suggested by kseistrup on the AUR - strip option since not debugging - zipman for manpage gunzipping - go instead of gcc-go dependency - put binary in more standard places - install man pages in /usr/share/man sections --- honk.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'honk.service') diff --git a/honk.service b/honk.service index c070204..661030b 100644 --- a/honk.service +++ b/honk.service @@ -2,8 +2,8 @@ Description="Honk ActivityPub server" [Service] -WorkingDirectory=/usr/share/webapps/honk -ExecStart=/usr/share/webapps/honk/honk +WorkingDirectory=/usr/share/honk +ExecStart=/usr/bin/honk User=honk Group=honk -- cgit v1.2.3-54-g00ecf