summaryrefslogtreecommitdiff
path: root/weblate/systemd-nonpriv/uwsgi-weblate.service
blob: e04ec354711c3dedd83196c67625458896845e8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Weblate uWSGI Service
After=multi-user.target

[Service]
Type=simple
Restart=always
RestartSec=1
#User=weblate
#Group=weblate
ExecStart=/home/weblate/weblate-env/bin/uwsgi --home=/home/weblate/weblate-env --module weblate.wsgi:application -s /home/weblate/uwsgi.sock --chmod-socket=660
PIDFile=/home/weblate/pid/weblate-uwsgi.pid
WorkingDirectory=/home/weblate
LogsDirectory=logs

[Install]
WantedBy=multi-user.target