Initial commit - QBPOS Help
This commit is contained in:
25
config/qbpos-help.service
Normal file
25
config/qbpos-help.service
Normal file
@@ -0,0 +1,25 @@
|
||||
[Unit]
|
||||
Description=QuickBooks POS Help Documentation Server
|
||||
After=network.target
|
||||
StartLimitIntervalSec=0
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=pts
|
||||
Group=pts
|
||||
WorkingDirectory=/home/pts/Documents/QBPOS_Help_Web
|
||||
ExecStart=/usr/bin/python3 /home/pts/Documents/QBPOS_Help_Web/secure_production_server.py
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
|
||||
# Security settings
|
||||
NoNewPrivileges=true
|
||||
PrivateTmp=true
|
||||
|
||||
# Logging
|
||||
StandardOutput=journal
|
||||
StandardError=journal
|
||||
SyslogIdentifier=qbpos-help
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user