21 lines
426 B
Desktop File
21 lines
426 B
Desktop File
[Unit]
|
|
Description=one.OS — Autonomous Cognitive Ecosystem Platform
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=www-data
|
|
WorkingDirectory=/opt/one-os/one_os_webapp
|
|
ExecStart=/usr/bin/python3 /opt/one-os/one_os_webapp/app.py
|
|
Restart=always
|
|
RestartSec=5
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
SyslogIdentifier=one-os
|
|
|
|
# Sicherheits-Hardening
|
|
NoNewPrivileges=yes
|
|
PrivateTmp=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|