summaryrefslogtreecommitdiff
path: root/community/uwsgi/uwsgi.install
blob: 0002ec42ee7808e1065485ab9fd3e0d06d2c8ebf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install(){
    systemd-tmpfiles --create /usr/lib/tmpfiles.d/uwsgi.conf
}
post_update(){
    echo "To use uwsgi@.socket and uwsgi@.service:"
    echo "\tAll you need to do is put the name of your .ini file after the @ sign"
    echo "\tYou can use either the .socket or .service, but if you use the .socket"
    echo "\tuwsgi@<sameinifile>.service won't be started until the first time your http"
    echo "\tserver touches the socket. You will also not need to specify the socket in"
    echo "\tthe .ini file or in the .service file.  Systemd will handle listening to"
    echo "\tthe socket for you."
}