diff options
author | Miquel Lionel <lionelmiquel@sfr.fr> | 2021-01-24 01:47:01 +0100 |
---|---|---|
committer | Miquel Lionel <lionel@les-miquelots.net> | 2021-01-24 01:47:01 +0100 |
commit | 79bbaa8539c4165ff9516cdae89c02362697f341 (patch) | |
tree | 3b3d368987af3c00ac8aa1850b2182277501c602 /honk.service | |
download | honk_aur-79bbaa8539c4165ff9516cdae89c02362697f341.tar.gz honk_aur-79bbaa8539c4165ff9516cdae89c02362697f341.zip |
initial commit
Diffstat (limited to 'honk.service')
-rw-r--r-- | honk.service | 12 |
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 |