26 lines
498 B
Desktop File
26 lines
498 B
Desktop File
[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
|