This commit is contained in:
parent
cbe94c01a3
commit
5f99a590a2
1 changed files with 11 additions and 0 deletions
11
gem2browser.service
Normal file
11
gem2browser.service
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Gem2Browser Gemini relay
|
||||||
|
After=network-online.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=hypercorn --bind=0.0.0.0:2009 server:app
|
||||||
|
WorkingDirectory=/home/g2b/gem2browser
|
||||||
|
User=g2b
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
Loading…
Add table
Reference in a new issue