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

18 lines
411 B
Desktop File

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