diff options
author | Miquel Lionel <lionel@les-miquelots.net> | 2021-05-11 22:43:24 +0100 |
---|---|---|
committer | Miquel Lionel <lionel@les-miquelots.net> | 2021-05-11 22:46:53 +0100 |
commit | 74089cfe9303fc8a427b8727ce55ee20ced01e72 (patch) | |
tree | c2cc7353aa634922ab29c890f65fd7175027be3f /honk.service | |
parent | e09875f18e32f37001182170a3f4fb2fc1918e45 (diff) | |
download | honk_aur-74089cfe9303fc8a427b8727ce55ee20ced01e72.tar.gz honk_aur-74089cfe9303fc8a427b8727ce55ee20ced01e72.zip |
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
Diffstat (limited to 'honk.service')
-rw-r--r-- | honk.service | 4 |
1 files changed, 2 insertions, 2 deletions
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 |