[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