diff options
Diffstat (limited to 'dev-vcs/git-srht/files/git.sr.ht.service')
-rw-r--r-- | dev-vcs/git-srht/files/git.sr.ht.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git-srht/files/git.sr.ht.service b/dev-vcs/git-srht/files/git.sr.ht.service index c3e5cde..c44365b 100644 --- a/dev-vcs/git-srht/files/git.sr.ht.service +++ b/dev-vcs/git-srht/files/git.sr.ht.service @@ -4,7 +4,7 @@ After=network.target [Service] Type=simple -User=srht +User=git-srht Restart=always ExecStart=/usr/bin/gunicorn gitsrht.app:app -b 127.0.0.1:5001 |