[Unit] Description=Zymonic Gateway After=network-online.target Wants=network-online.target ConditionPathExists=/etc/zymonic/zymonic-gateway.json [Service] Type=simple User=zymonic Group=zymonic WorkingDirectory=/opt/zymonic/ZymonicGateway Restart=on-failure RestartSec=5 KillSignal=SIGINT SyslogIdentifier=zymonic-gateway Environment=ASPNETCORE_ENVIRONMENT=Production Environment=DOTNET_PRINT_TELEMETRY_MESSAGE=false Environment=ZYMONIC_GATEWAY_CONFIG=/etc/zymonic/zymonic-gateway.json ExecStart=/usr/bin/dotnet /opt/zymonic/ZymonicGateway/ZymonicGateway.dll --gateway-config ${ZYMONIC_GATEWAY_CONFIG} NoNewPrivileges=true PrivateTmp=true ProtectSystem=full ReadWritePaths=/etc/zymonic /var/lib/zymonic /var/log/zymonic [Install] WantedBy=multi-user.target