Files
QBPOS-Help/config/qbpos-help.service

26 lines
498 B
SYSTEMD
Raw Permalink Normal View History

2026-01-27 18:07:54 -06:00
[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