You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
258 B
INI
14 lines
258 B
INI
4 years ago
|
[Unit]
|
||
|
Description=LEdoian's Wish web app
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
Type=notify
|
||
|
WorkingDirectory=/home/wish/install
|
||
|
ExecStart=/usr/bin/uwsgi --ini /home/wish/install/conf/uwsgi.ini
|
||
|
Restart=always
|
||
|
RestartSec=30
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|