Move example files to extras directory

This commit is contained in:
2021-12-30 03:38:09 +01:00
parent dd847492ff
commit 4febd5b38f
6 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,11 @@
[Unit]
Description=Socket that Nginx will use to communicate with Gunicorn.
[Socket]
ListenStream=/run/discord-embed.sock
# Change this to the user that runs nginx. On Arch it is http, on others it is www-data. You can check with "ps aux | grep nginx"
SocketUser=http
[Install]
WantedBy=sockets.target