Files
SHiNE-server/tools/test-publisher/v1/systemd/shine-test-publisher.service
T

18 lines
390 B
Desktop File

[Unit]
Description=SHiNE test channel publisher
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
User=shine
WorkingDirectory=/opt/shine-test-publisher
ExecStart=/opt/shine-test-publisher/.venv/bin/python publisher/publisher.py run --config config.json
Restart=on-failure
RestartSec=15
NoNewPrivileges=true
PrivateTmp=true
[Install]
WantedBy=multi-user.target