vibed
This commit is contained in:
15
proxy-to-logbull.service
Normal file
15
proxy-to-logbull.service
Normal file
@@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=Proxy to LogBull - NGINX/NAXSI Log Monitor
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=root
|
||||
WorkingDirectory=/home/belar/Code/proxy-to-logbull
|
||||
ExecStart=/usr/bin/python3 /home/belar/Code/proxy-to-logbull/main.py
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
Environment=PYTHONUNBUFFERED=1
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user