blob: ace57c07d16430d9e377e084d3281d1b8fb92261 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# /etc/systemd/system/0x0.service
[Unit]
Description=null pointer
After=network.target
[Service]
Type=simple
User=0x0
Group=0x0
WorkingDirectory=/srv/0x0/
ExecStart=/usr/bin/uwsgi_python3 --socket 127.0.0.1:3031 --wsgi-file fhost.py --callable app --processes 4 --threads 2 --master
Restart=always
RestartSec=5
StartLimitInterval=60s
StartLimitBurst=3
[Install]
WantedBy=default.target
|