diff options
Diffstat (limited to 'www-apps/meta-srht/files/meta.sr.ht.service')
-rw-r--r-- | www-apps/meta-srht/files/meta.sr.ht.service | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/www-apps/meta-srht/files/meta.sr.ht.service b/www-apps/meta-srht/files/meta.sr.ht.service deleted file mode 100644 index 562b131..0000000 --- a/www-apps/meta-srht/files/meta.sr.ht.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=meta.sr.ht website service -After=network.target - -[Service] -Type=simple -User=srht -Restart=always -ExecStart=/usr/bin/gunicorn metasrht.app:app -b 127.0.0.1:8000 - -[Install] -WantedBy=multi-user.target |