Skip to content
Snippets Groups Projects
Commit 5b1a40f7 authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

allow unescaped '-' in instances names

parent d3452907
No related branches found
No related tags found
1 merge request!3Unify uwsgi python
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
...@@ -3,7 +3,7 @@ Description=uWSGI service unit ...@@ -3,7 +3,7 @@ Description=uWSGI service unit
After=syslog.target After=syslog.target
[Service] [Service]
ExecStart=/usr/bin/uwsgi --ini /etc/uwsgi/apps/%I.ini ExecStart=/usr/bin/uwsgi --ini /etc/uwsgi/apps/%i.ini
ExecReload=/bin/kill -HUP $MAINPID ExecReload=/bin/kill -HUP $MAINPID
ExecStop=/bin/kill -INT $MAINPID ExecStop=/bin/kill -INT $MAINPID
Restart=always Restart=always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment