From a32792ac685c17544d1507fdc3ce1b202cc28f8a Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Thu, 5 Jan 2023 20:03:45 -0500 Subject: dev-vcs/git-srht: new package, add 0.81.3 Signed-off-by: Julien Roy --- dev-vcs/git-srht/files/git.sr.ht-api.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dev-vcs/git-srht/files/git.sr.ht-api.service (limited to 'dev-vcs/git-srht/files/git.sr.ht-api.service') diff --git a/dev-vcs/git-srht/files/git.sr.ht-api.service b/dev-vcs/git-srht/files/git.sr.ht-api.service new file mode 100644 index 0000000..c41c2fc --- /dev/null +++ b/dev-vcs/git-srht/files/git.sr.ht-api.service @@ -0,0 +1,13 @@ +[Unit] +Description=git.sr.ht API service +Requires=redis.service postgresql.service +After=redis.service postgresql.service network.target + +[Service] +Type=simple +User=gitsrht +Restart=always +ExecStart=/usr/bin/gitsrht-api -b :5101 + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3